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 ()
 
 vtkRectf (float x, float y, float width, float height)
 
 vtkRectf (const float *init)
 
- Public Member Functions inherited from vtkRect< float >
 vtkRect ()
 
 vtkRect (const float &x, const float &y, const float &width, const float &height)
 
 vtkRect (const float *init)
 
void SetX (const float &x)
 
const floatGetX () const
 
void SetY (const float &y)
 
const floatGetY () const
 
void SetWidth (const float &width)
 
const floatGetWidth () const
 
void SetHeight (const float &height)
 
const floatGetHeight () const
 
const floatGetLeft () const
 
float GetRight () const
 
float GetTop () const
 
const floatGetBottom () const
 
void Set (const float &x, const float &y, const float &width, const float &height)
 
vtkVector2< floatGetBottomLeft () const
 
vtkVector< float, 2 > GetTopLeft () const
 
vtkVector< float, 2 > GetBottomRight () const
 
vtkVector< float, 2 > GetTopRight () const
 
void AddPoint (const floatpoint[2])
 
void AddPoint (floatx, floaty)
 
void AddRect (const vtkRect< float > &rect)
 
bool IntersectsWith (const vtkRect< float > &rect)
 
- Public Member Functions inherited from vtkVector< float, 4 >
 vtkVector ()
 
 vtkVector (const float &scalar)
 
 vtkVector (const float *init)
 
float SquaredNorm () const
 
double Norm () const
 
double Normalize ()
 
vtkVector< float, Size > Normalized () const
 
float Dot (const vtkVector< float, Size > &other) const
 
vtkVector< TR, Size > Cast () const
 
- Public Member Functions inherited from vtkTuple< float, Size >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const float &scalar)
 
 vtkTuple (const float *init)
 
floatGetData ()
 
const floatGetData () const
 
floatoperator[] (int i)
 
const floatoperator[] (int i) const
 
float operator() (int i) const
 
bool Compare (const vtkTuple< float, Size > &other, const float &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

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

Detailed Description

Definition at line 263 of file vtkRect.h.

Constructor & Destructor Documentation

vtkRectf::vtkRectf ( )
inline

Definition at line 266 of file vtkRect.h.

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

Definition at line 267 of file vtkRect.h.

vtkRectf::vtkRectf ( const float init)
inlineexplicit

Definition at line 269 of file vtkRect.h.


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