![]() |
TerraLib 4.1
|
TeArc : Provides support for a 2D arc. More...
#include <TeGeometry.h>
Public Member Functions | |
| TeArc () | |
| Empty contructors. | |
| TeArc (TeNode &from, TeNode &to) | |
| Construtor. | |
| TeArc (int from, int to) | |
| Construtor. | |
| TeNode & | fromNode () |
| Returns the starting node. | |
| TeNode & | toNode () |
| Returns the ending node. | |
| int | fromId () const |
| Returns the geometrical identification of the starting node. | |
| void | fromId (int i) |
| Sets the geometrical identification of the starting node. | |
| int | toId () const |
| Returns the geometrical identification of the ending node. | |
| void | toId (int i) |
| Sets the geometrical identification of the ending node. | |
| void | setNodes (TeNode &from, TeNode &to) |
| Sets the starting and ending node. | |
| TeGeomRep | elemType () const |
| Returns the basic geometry in a set of geometries structure. | |
| bool | operator== (const TeArc &other) const |
| Returns TRUE if a TeArc is equal to other. | |
TeArc : Provides support for a 2D arc.
| TeArc::TeArc | ( | ) | [inline] |
Empty contructors.
Construtor.
| from | the starting node of an arc |
| to | the ending node of an arc |
| TeArc::TeArc | ( | int | from, |
| int | to | ||
| ) | [inline] |
Construtor.
| from | the geometrical identification of the starting node of an arc |
| to | the geometrical identification of the ending node of an arc |
| TeGeomRep TeArc::elemType | ( | ) | const [inline, virtual] |
Returns the basic geometry in a set of geometries structure.
Reimplemented from TeGeometry.
| int TeArc::fromId | ( | ) | const [inline] |
Returns the geometrical identification of the starting node.
| void TeArc::fromId | ( | int | i | ) | [inline] |
Sets the geometrical identification of the starting node.
| TeNode& TeArc::fromNode | ( | ) | [inline] |
Returns the starting node.
| bool TeArc::operator== | ( | const TeArc & | other | ) | const [inline] |
Returns TRUE if a TeArc is equal to other.
| void TeArc::toId | ( | int | i | ) | [inline] |
Sets the geometrical identification of the ending node.
| int TeArc::toId | ( | ) | const [inline] |
Returns the geometrical identification of the ending node.
| TeNode& TeArc::toNode | ( | ) | [inline] |
Returns the ending node.