#include <vtkVector.h>
List of all members.
Public Member Functions |
| | vtkVector3d (double x=0.0, double y=0.0, double z=0.0) |
| | vtkVector3d (const double *init) |
| | vtkVector3 (const double &x=0, const double &y=0, const double &z=0) |
| | vtkVector3 (const double *init) |
| void | SetX (const double &x) |
| void | SetY (const double &y) |
| void | SetZ (const double &z) |
| void | Set (const double &x, const double &y, const double &z) |
| const double & | GetX () const |
| const double & | X () const |
| const double & | GetY () const |
| const double & | Y () const |
| const double & | GetZ () const |
| const double & | Z () const |
| | vtkVector () |
| | vtkVector (const double *init) |
| int | GetSize () const |
| double | operator() (int i) const |
| double * | GetData () |
| const double * | GetData () const |
| double & | operator[] (int i) |
| const double & | operator[] (int i) const |
| vtkVector< TR, Size > | Cast () const |
Detailed Description
Definition at line 231 of file vtkVector.h.
Constructor & Destructor Documentation
| vtkVector3d::vtkVector3d |
( |
double |
x = 0.0, |
|
|
double |
y = 0.0, |
|
|
double |
z = 0.0 |
|
) |
| |
|
inline |
| vtkVector3d::vtkVector3d |
( |
const double * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: