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

Some derived classes for the different vectors commonly used. More...

#include <vtkVector.h>

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

Public Types

typedef vtkVector2< intSuperclass
 

Public Member Functions

 vtkVector2i ()
 
 vtkVector2i (int x, int y)
 
- 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)
 Set the x component of the vector, i.e. More...
 
const intGetX () const
 Get the x component of the vector, i.e. More...
 
void SetY (const int &y)
 Set the y component of the vector, i.e. More...
 
const intGetY () const
 Get the y component of the vector, i.e. More...
 
void Set (const int &x, const int &y)
 Set the x and y components of the vector. More...
 
bool operator< (const vtkVector2< int > &v) const
 Lexicographical comparison of two vector. More...
 
- Public Member Functions inherited from vtkVector< int, 2 >
 vtkVector ()
 
 vtkVector (const int &scalar)
 Initialize all of the vector's elements with the supplied scalar. More...
 
 vtkVector (const int *init)
 Initialize the vector's elements with the elements of the supplied array. More...
 
double Norm () const
 Get the norm of the vector, i.e. More...
 
int SquaredNorm () const
 Get the squared norm of the vector. More...
 
double Normalize ()
 Normalize the vector in place. More...
 
vtkVector< int, Size > Normalized () const
 Return the normalized form of this vector. More...
 
int Dot (const vtkVector< int, Size > &other) const
 The dot product of this and the supplied vector. More...
 
vtkVector< TR, Size > Cast () const
 Cast the vector to the specified type, returning the result. More...
 
- Public Member Functions inherited from vtkTuple< int, Size >
 vtkTuple ()
 The default constructor does not initialize values. More...
 
 vtkTuple (const int &scalar)
 Initialize all of the tuple's elements with the supplied scalar. More...
 
 vtkTuple (const int *init)
 Initialize the tuple's elements with the elements of the supplied array. More...
 
int GetSize () const
 Get the size of the tuple. More...
 
intGetData ()
 Get a pointer to the underlying data of the tuple. More...
 
const intGetData () const
 
intoperator[] (int i)
 Get a reference to the underlying data element of the tuple. More...
 
const intoperator[] (int i) const
 
int operator() (int i) const
 Get the value of the tuple at the index specified. More...
 
bool Compare (const vtkTuple< int, Size > &other, const int &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons. More...
 
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result. More...
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< int, Size >
int Data [Size]
 The only thing stored in memory! More...
 

Detailed Description

Some derived classes for the different vectors commonly used.

Definition at line 408 of file vtkVector.h.

Member Typedef Documentation

Definition at line 411 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector2i::vtkVector2i ( )
inline

Definition at line 412 of file vtkVector.h.

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

Definition at line 413 of file vtkVector.h.


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