![]() |
ECOGEN 4.0
Evolutive, Compressible, Open, Genuine, Easy, N-phase
|
Class for a vertex geometric object. More...
#include <GOVertex.h>
Inherits GeometricObject.
Public Member Functions | |
GOVertex (const Coord &vertex) | |
virtual | ~GOVertex () |
virtual double | distancePoint (const Coord &vertex) const |
Compute the distance between a vertex and the corresponding geometric object. | |
Coord | projectionPoint (const Coord &vertex) const |
Compute the projection between a vertex and the corresponding geometric object. | |
![]() | |
GeometricObject () | |
GeometricObject (TypeGO type) | |
virtual | ~GeometricObject () |
TypeGO | getType () |
Return the type of the geometric object. | |
Private Attributes | |
Coord | m_point |
Additional Inherited Members | |
![]() | |
TypeGO | m_type |
Class for a vertex geometric object.
GOVertex::GOVertex | ( | const Coord & | vertex | ) |
|
virtual |
|
virtual |
Compute the distance between a vertex and the corresponding geometric object.
vertex | coordinates of the vertex |
Reimplemented from GeometricObject.
Compute the projection between a vertex and the corresponding geometric object.
vertex | coordinates of the vertex |
Reimplemented from GeometricObject.
|
private |