VTK
Public Member Functions
vtkVector2i Class Reference

#include <vtkVector.h>

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

List of all members.

Public Member Functions

 vtkVector2i ()
 vtkVector2i (int x, int y)
 vtkVector2i (int scalar)
 vtkVector2i (const int *init)

Detailed Description

Some derived classes for the different vectors commonly used.

Definition at line 278 of file vtkVector.h.


Constructor & Destructor Documentation

vtkVector2i::vtkVector2i ( ) [inline]

Definition at line 281 of file vtkVector.h.

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

Definition at line 282 of file vtkVector.h.

vtkVector2i::vtkVector2i ( int  scalar) [inline, explicit]

Definition at line 283 of file vtkVector.h.

vtkVector2i::vtkVector2i ( const int init) [inline, explicit]

Definition at line 284 of file vtkVector.h.


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