VTK
Public Member Functions
vtkVector3i Class Reference

#include <vtkVector.h>

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

List of all members.

Public Member Functions

 vtkVector3i (int x=0, int y=0, int z=0)
 vtkVector3i (const int *init)
- Public Member Functions inherited from vtkVector3< int >
 vtkVector3 (const int &x=0, const int &y=0, const int &z=0)
 vtkVector3 (const int *init)
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 int & GetX () const
const int & X () const
const int & GetY () const
const int & Y () const
const int & GetZ () const
const int & Z () const
- Public Member Functions inherited from vtkVector< int, 3 >
 vtkVector ()
 vtkVector (const int *init)
int GetSize () const
int operator() (int i) const
int * GetData ()
const int * GetData () const
int & operator[] (int i)
const int & operator[] (int i) const
vtkVector< TR, Size > Cast () const

Detailed Description

Definition at line 216 of file vtkVector.h.


Constructor & Destructor Documentation

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

Definition at line 219 of file vtkVector.h.

vtkVector3i::vtkVector3i ( const int *  init)
inlineexplicit

Definition at line 220 of file vtkVector.h.


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