VTK
Public Member Functions | List of all members
vtkVector3i Class Reference

#include <vtkVector.h>

Inheritance diagram for vtkVector3i:
[legend]
Collaboration diagram for vtkVector3i:
[legend]

Public Member Functions

 vtkVector3i ()
 
 vtkVector3i (int x, int y, int z)
 
 vtkVector3i (int scalar)
 
 vtkVector3i (const int *init)
 
 vtkVectorDerivedMacro (vtkVector3i, int, 3) vtkVector3Cross(vtkVector3i
 
- Public Member Functions inherited from vtkVector3< int >
 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 intGetX () const
 
void SetY (const int &y)
 
const intGetY () const
 
void SetZ (const int &z)
 
const intGetZ () const
 
void Set (const int &x, const int &y, const int &z)
 
vtkVector3< intCross (const vtkVector3< int > &other) const
 
- Public Member Functions inherited from vtkVector< int, 3 >
 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
 
- Public Member Functions inherited from vtkTuple< int, Size >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const int &scalar)
 
 vtkTuple (const int *init)
 
intGetData ()
 
const intGetData () const
 
intoperator[] (int i)
 
const intoperator[] (int i) const
 
int operator() (int i) const
 
bool Compare (const vtkTuple< int, Size > &other, const int &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< int, Size >
int Data [Size]
 

Detailed Description

Definition at line 302 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector3i::vtkVector3i ( )
inline

Definition at line 305 of file vtkVector.h.

vtkVector3i::vtkVector3i ( int  x,
int  y,
int  z 
)
inline

Definition at line 306 of file vtkVector.h.

vtkVector3i::vtkVector3i ( int  scalar)
inlineexplicit

Definition at line 307 of file vtkVector.h.

vtkVector3i::vtkVector3i ( const int init)
inlineexplicit

Definition at line 308 of file vtkVector.h.

Member Function Documentation

vtkVector3i::vtkVectorDerivedMacro ( vtkVector3i  ,
int  ,
 
)

The documentation for this class was generated from the following file: