VTK
Public Member Functions
vtkRectd Class Reference

#include <vtkRect.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 111 of file vtkRect.h.


Constructor & Destructor Documentation

vtkRectd::vtkRectd ( double  x = 0.0,
double  y = 0.0,
double  width = 0.0,
double  height = 0.0 
)
inline

Definition at line 114 of file vtkRect.h.

vtkRectd::vtkRectd ( const double *  init)
inlineexplicit

Definition at line 117 of file vtkRect.h.


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