64 const T&
GetX()
const {
return this->
Data[0]; }
70 const T&
GetY()
const {
return this->
Data[1]; }
templated base type for storage of vectors.
vtkRectd(const double *init)
templated base type for storage of 2D rectangles.
void SetWidth(const T &width)
GLint GLint GLint GLint GLint GLint y
GLint GLint GLsizei GLsizei height
GLint GLint GLint GLint GLint x
void Set(const T &x, const T &y, const T &width, const T &height)
const T & GetHeight() const
vtkRectf(float x, float y, float width, float height)
GLint GLint GLsizei width
const T & GetWidth() const
vtkRecti(int x, int y, int width, int height)
vtkRecti(const int *init)
void SetHeight(const T &height)
vtkRectd(double x, double y, double width, double height)
vtkRect(const T &x, const T &y, const T &width, const T &height)
vtkRectf(const float *init)