VTK
Public Member Functions
vtkVector2i Class Reference

#include <vtkVector.h>

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

List of all members.

Public Member Functions

 vtkVector2i (int x=0, int y=0)
 vtkVector2i (const int *init)
- Public Member Functions inherited from vtkVector2< int >
 vtkVector2 (const int &x=0, const int &y=0)
 vtkVector2 (const int *init)
void SetX (const int &x)
void SetY (const int &y)
void Set (const int &x, const int &y)
const int & GetX () const
const int & X () const
const int & GetY () const
const int & Y () const
- Public Member Functions inherited from vtkVector< int, 2 >
 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

Some derived classes for the different vectors commonly used.

Definition at line 194 of file vtkVector.h.


Constructor & Destructor Documentation

vtkVector2i::vtkVector2i ( int  x = 0,
int  y = 0 
)
inline

Definition at line 197 of file vtkVector.h.

vtkVector2i::vtkVector2i ( const int *  init)
inlineexplicit

Definition at line 198 of file vtkVector.h.


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