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

#include <vtkVector.h>

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

Public Member Functions

 vtkVector2i ()
 
 vtkVector2i (int x, int y)
 
 vtkVector2i (int scalar)
 
 vtkVector2i (const int *init)
 
- Public Member Functions inherited from vtkVector2< int >
 vtkVector2 ()
 
 vtkVector2 (const int &scalar)
 
 vtkVector2 (const int *init)
 
 vtkVector2 (const int &x, const int &y)
 
void SetX (const int &x)
 
const intGetX () const
 
void SetY (const int &y)
 
void Set (const int &x, const int &y)
 
const intGetY () const
 
- Public Member Functions inherited from vtkVector< int, 2 >
 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

Some derived classes for the different vectors commonly used.

Definition at line 265 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector2i::vtkVector2i ( )
inline

Definition at line 268 of file vtkVector.h.

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

Definition at line 269 of file vtkVector.h.

vtkVector2i::vtkVector2i ( int  scalar)
inlineexplicit

Definition at line 270 of file vtkVector.h.

vtkVector2i::vtkVector2i ( const int init)
inlineexplicit

Definition at line 271 of file vtkVector.h.


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