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

#include <vtkRect.h>

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

Public Member Functions

 vtkRectf (float x=0.0, float y=0.0, float width=0.0, float height=0.0)
 
 vtkRectf (const float *init)
 
- Public Member Functions inherited from vtkRect< float >
 vtkRect (const float &x=0, const float &y=0, const float &width=0, const float &height=0)
 
 vtkRect (const float *init)
 
void SetX (const float &x)
 
void SetY (const float &y)
 
void SetWidth (const float &width)
 
void SetHeight (const float &height)
 
void Set (const float &x, const float &y, const float &width, const float &height)
 
const float & GetX () const
 
const float & X () const
 
const float & GetY () const
 
const float & Y () const
 
const float & GetWidth () const
 
const float & Width () const
 
const float & GetHeight () const
 
const float & Height () const
 
- Public Member Functions inherited from vtkVector< float, 4 >
 vtkVector ()
 
 vtkVector (const float *init)
 
int GetSize () const
 
float operator() (int i) const
 
float * GetData ()
 
const float * GetData () const
 
float & operator[] (int i)
 
const float & operator[] (int i) const
 
vtkVector< TR, Size > Cast () const
 

Additional Inherited Members

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

Detailed Description

Definition at line 103 of file vtkRect.h.

Constructor & Destructor Documentation

vtkRectf::vtkRectf ( float  x = 0.0,
float  y = 0.0,
float  width = 0.0,
float  height = 0.0 
)
inline

Definition at line 106 of file vtkRect.h.

vtkRectf::vtkRectf ( const float *  init)
inlineexplicit

Definition at line 108 of file vtkRect.h.


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