VTK
|
#include <vtkVector.h>
Public Member Functions | |
vtkVector2d () | |
vtkVector2d (double x, double y) | |
vtkVector2d (double scalar) | |
vtkVector2d (const double *init) | |
Public Member Functions inherited from vtkVector2< double > | |
vtkVector2 () | |
vtkVector2 (const double &scalar) | |
vtkVector2 (const double *init) | |
vtkVector2 (const double &x, const double &y) | |
void | SetX (const double &x) |
const double & | GetX () const |
void | SetY (const double &y) |
void | Set (const double &x, const double &y) |
const double & | GetY () const |
Public Member Functions inherited from vtkVector< double, 2 > | |
vtkVector () | |
vtkVector (const double &scalar) | |
vtkVector (const double *init) | |
double | SquaredNorm () const |
double | Norm () const |
double | Normalize () |
vtkVector< double, Size > | Normalized () const |
double | Dot (const vtkVector< double, Size > &other) const |
vtkVector< TR, Size > | Cast () const |
Public Member Functions inherited from vtkTuple< double, Size > | |
int | GetSize () const |
vtkTuple () | |
vtkTuple (const double &scalar) | |
vtkTuple (const double *init) | |
double * | GetData () |
const double * | GetData () const |
double & | operator[] (int i) |
const double & | operator[] (int i) const |
double | operator() (int i) const |
bool | Compare (const vtkTuple< double, Size > &other, const double &tol) const |
vtkTuple< TR, Size > | Cast () const |
Additional Inherited Members | |
Protected Attributes inherited from vtkTuple< double, Size > | |
double | Data [Size] |
Definition at line 286 of file vtkVector.h.
|
inline |
Definition at line 289 of file vtkVector.h.
Definition at line 290 of file vtkVector.h.
|
inlineexplicit |
Definition at line 291 of file vtkVector.h.
|
inlineexplicit |
Definition at line 292 of file vtkVector.h.