#include <vtkVector.h>
|
| vtkVector3i () |
|
| vtkVector3i (int x, int y, int z) |
|
| vtkVector3i (int scalar) |
|
| vtkVector3i (const int *init) |
|
| vtkVectorDerivedMacro (vtkVector3i, int, 3) vtkVector3Cross(vtkVector3i |
|
| vtkVector3 () |
|
| vtkVector3 (const int &scalar) |
|
| vtkVector3 (const int *init) |
|
| vtkVector3 (const int &x, const int &y, const int &z) |
|
void | SetX (const int &x) |
|
const int & | GetX () const |
|
void | SetY (const int &y) |
|
const int & | GetY () const |
|
void | SetZ (const int &z) |
|
const int & | GetZ () const |
|
void | Set (const int &x, const int &y, const int &z) |
|
vtkVector3< int > | Cross (const vtkVector3< int > &other) const |
|
| vtkVector () |
|
| vtkVector (const int &scalar) |
|
| vtkVector (const int *init) |
|
int | SquaredNorm () const |
|
double | Norm () const |
|
double | Normalize () |
|
vtkVector< int, Size > | Normalized () const |
|
int | Dot (const vtkVector< int, Size > &other) const |
|
vtkVector< TR, Size > | Cast () const |
|
int | GetSize () const |
|
| vtkTuple () |
|
| vtkTuple (const int &scalar) |
|
| vtkTuple (const int *init) |
|
int * | GetData () |
|
const int * | GetData () const |
|
int & | operator[] (int i) |
|
const int & | operator[] (int i) const |
|
int | operator() (int i) const |
|
bool | Compare (const vtkTuple< int, Size > &other, const int &tol) const |
|
vtkTuple< TR, Size > | Cast () const |
|
Definition at line 302 of file vtkVector.h.
vtkVector3i::vtkVector3i |
( |
| ) |
|
|
inline |
vtkVector3i::vtkVector3i |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
|
inline |
vtkVector3i::vtkVector3i |
( |
int |
scalar | ) |
|
|
inlineexplicit |
vtkVector3i::vtkVector3i |
( |
const int * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file:
- /home/boeckb/code/depot/group-kitware/vtk/build-release/Utilities/Doxygen/dox/Common/DataModel/vtkVector.h