VTK
Public Member Functions
vtkVector3i Class Reference

#include <vtkVector.h>

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

List of all members.

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)
void SetY (const int &y)
void SetZ (const int &z)
void Set (const int &x, const int &y, const int &z)
const intGetX () const
const intX () const
const intGetY () const
const intY () const
const intGetZ () const
const intZ () const
vtkVector3< intCross (const vtkVector3 &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

Detailed Description

Definition at line 315 of file vtkVector.h.


Constructor & Destructor Documentation

vtkVector3i::vtkVector3i ( )
inline

Definition at line 318 of file vtkVector.h.

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

Definition at line 319 of file vtkVector.h.

vtkVector3i::vtkVector3i ( int  scalar)
inlineexplicit

Definition at line 320 of file vtkVector.h.

vtkVector3i::vtkVector3i ( const int init)
inlineexplicit

Definition at line 321 of file vtkVector.h.


Member Function Documentation

vtkVector3i::vtkVectorDerivedMacro ( vtkVector3i  ,
int  ,
 
)

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