#include <PointVertex.h>
Inheritance diagram for PointVertex< d >:

Public Types | |
| typedef Geometry::Point< d > | Point |
Public Member Functions | |
| PointVertex (const Point &pp) | |
| const Point & | toPoint () const |
| double | x (size_t i) const |
| const double * | x () const |
| const std::string | toString () const |
Static Public Member Functions | |
| static size_t | dim () |
Classes | |
| struct | Printer |
Indeed, the public bits of this file can be seen as being exactly the required signature.
|
|||||
|
|
|
||||||||||
|
Build a vertex to store the point. |
|
|||||||||
|
|
|
|||||||||
|
Read the point the vertex is associated with. |
|
|||||||||
|
For debugging: Get a (ugly) string for the point. |
|
|||||||||
|
Get a C array pointing to the point's data. |
|
||||||||||
|
Read the ith coordinate of the point. |
1.4.6