DistanceBuffer operator: Beyond. More...
#include <Beyond.h>
Public Types | |
typedef void | ReturnType |
typedef Visitor | VisitorType |
Public Member Functions | |
virtual ReturnType | accept (VisitorType &guest) const =0 |
It call the visit method from the guest object. More... | |
Initializer Methods | |
Methods related to instantiation and destruction. | |
Beyond (PropertyName *p, te::gm::Geometry *g, te::common::Distance *d) | |
Constructor. More... | |
~Beyond () | |
Destructor. More... | |
Accessor methods | |
Methods used to get or set properties. | |
void | setProperty (PropertyName *p) |
It sets property name. More... | |
PropertyName * | getProperty () const |
It returns the property name. More... | |
void | setGeometry (te::gm::Geometry *g) |
It sets the geometry. More... | |
te::gm::Geometry * | getGeometry () const |
It returns the geometry. More... | |
void | setDistance (te::common::Distance *d) |
It sets the distance. More... | |
te::common::Distance * | getDistance () const |
It returns the distance. More... | |
Accessor methods | |
Methods used to get or set properties. | |
const char * | getName () const |
It returns the operator name. More... | |
void | setName (const char *opName) |
It sets the operator name. More... | |
Protected Attributes | |
te::common::Distance * | m_d |
Distance. (mandatory) More... | |
te::gm::Geometry * | m_geom |
Geometry literal. (Mandatory, if m_property is not specified) More... | |
const char * | m_name |
Operator name. More... | |
PropertyName * | m_property |
A geometric property. (Mandatory, if m_geom is not specified) More... | |
|
inherited |
Definition at line 58 of file BaseVisitable.h.
|
inherited |
Definition at line 57 of file BaseVisitable.h.
|
inline |
|
pure virtualinherited |
It call the visit method from the guest object.
guest | The guest or visitor. |
|
inherited |
It returns the distance.
|
inherited |
It returns the geometry.
|
inlineinherited |
|
inherited |
It returns the property name.
|
inherited |
It sets the distance.
d | The distance. |
|
inherited |
It sets the geometry.
g | The geometry. |
|
inlineinherited |
It sets the operator name.
opName | The operator name. |
Definition at line 89 of file AbstractOp.h.
|
inherited |
It sets property name.
p | The property name. |
|
protectedinherited |
Distance. (mandatory)
Definition at line 156 of file DistanceBuffer.h.
|
protectedinherited |
Geometry literal. (Mandatory, if m_property is not specified)
Definition at line 155 of file DistanceBuffer.h.
|
protectedinherited |
Operator name.
Definition at line 120 of file AbstractOp.h.
|
protectedinherited |
A geometric property. (Mandatory, if m_geom is not specified)
Definition at line 154 of file DistanceBuffer.h.