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 (int x=0, int y=0, int width=0, int height=0)
 
 vtkRecti (const int *init)
 
- Public Member Functions inherited from vtkRect< int >
 vtkRect (const int &x=0, const int &y=0, const int &width=0, const int &height=0)
 
 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 int & GetX () const
 
const int & X () const
 
const int & GetY () const
 
const int & Y () const
 
const int & GetWidth () const
 
const int & Width () const
 
const int & GetHeight () const
 
const int & Height () const
 
- Public Member Functions inherited from vtkVector< int, 4 >
 vtkVector ()
 
 vtkVector (const int *init)
 
int GetSize () const
 
int operator() (int i) const
 
int * GetData ()
 
const int * GetData () const
 
int & operator[] (int i)
 
const int & operator[] (int i) const
 
vtkVector< TR, Size > Cast () const
 

Additional Inherited Members

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

Detailed Description

Definition at line 95 of file vtkRect.h.

Constructor & Destructor Documentation

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

Definition at line 98 of file vtkRect.h.

vtkRecti::vtkRecti ( const int *  init)
inlineexplicit

Definition at line 100 of file vtkRect.h.


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