#include <VTKViewer_ArcBuilder.h>
Public Member Functions | |
| Pnt () | |
| Pnt (double, double, double, double) | |
| ~Pnt () | |
| void | Coord (double &X, double &Y, double &Z) const |
| XYZ | GetXYZ () const |
| double | GetScalarValue () const |
Private Attributes | |
| XYZ | coord |
| double | scalarValue |
Class for the representation point in the 3D space.
| Pnt::Pnt | ( | ) |
| Pnt::Pnt | ( | double | X, |
| double | Y, | ||
| double | Z, | ||
| double | ScalarValue | ||
| ) |
Class Pnt Constructor
| Pnt::~Pnt | ( | ) |
Destructor
|
inline |
References XYZ::Coord(), and coord.
|
inline |
References scalarValue.
|
private |
|
private |