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

#include <vtkRect.h>

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

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)
 
const intGetX () const
 
void SetY (const int &y)
 
const intGetY () const
 
void SetWidth (const int &width)
 
const intGetWidth () const
 
void SetHeight (const int &height)
 
void Set (const int &x, const int &y, const int &width, const int &height)
 
const intGetHeight () 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
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< int, Size >
int Data [Size]
 

Detailed Description

Definition at line 87 of file vtkRect.h.

Constructor & Destructor Documentation

vtkRecti::vtkRecti ( )
inline

Definition at line 90 of file vtkRect.h.

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

Definition at line 91 of file vtkRect.h.

vtkRecti::vtkRecti ( const int init)
inlineexplicit

Definition at line 93 of file vtkRect.h.


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