VTK
Public Member Functions
vtkRecti Class Reference

#include <vtkRect.h>

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

List of all members.

Public Member Functions

 vtkRecti ()
 vtkRecti (int x, int y, int width, int height)
 vtkRecti (const int *init)
- Public Member Functions inherited from vtkRect< int >
 vtkRect ()
 vtkRect (const int &x, const int &y, const int &width, const int &height)
 vtkRect (const int *init)
void SetX (const int &x)
void SetY (const int &y)
void SetWidth (const int &width)
void SetHeight (const int &height)
void Set (const int &x, const int &y, const int &width, const int &height)
const intGetX () const
const intX () const
const intGetY () const
const intY () const
const intGetWidth () const
const intWidth () const
const intGetHeight () const
const intHeight () const
- Public Member Functions inherited from vtkVector< int, 4 >
 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

Detailed Description

Definition at line 98 of file vtkRect.h.


Constructor & Destructor Documentation

vtkRecti::vtkRecti ( )
inline

Definition at line 101 of file vtkRect.h.

vtkRecti::vtkRecti ( int  x,
int  y,
int  width,
int  height 
)
inline

Definition at line 102 of file vtkRect.h.

vtkRecti::vtkRecti ( const int init)
inlineexplicit

Definition at line 104 of file vtkRect.h.


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