#include <VTKViewer_ArcBuilder.h>
Public Member Functions | |
| XYZ () | |
| XYZ (double, double, double) | |
| ~XYZ () | |
| double | X () const |
| double | Y () const |
| double | Z () const |
| void | SetX (const double X) |
| void | SetY (const double Y) |
| void | SetZ (const double Z) |
| void | Coord (double &X, double &Y, double &Z) const |
| double | Modulus () const |
Private Attributes | |
| double | x |
| double | y |
| double | z |
Class for represenation coordinates X,Y,Z
| XYZ::XYZ | ( | ) |
Empty Constructor
| XYZ::XYZ | ( | double | X, |
| double | Y, | ||
| double | Z | ||
| ) |
Class XYZ Constructor
| XYZ::~XYZ | ( | ) |
Destructor
| double XYZ.X | ( | ) | const |
References x.
| double XYZ.Y | ( | ) | const |
References y.
| double XYZ.Z | ( | ) | const |
References z.
double XYZ.x [private] |
double XYZ.y [private] |
double XYZ.z [private] |