43 this->
Data[2] = width;
51 void Set(
const T& x,
const T& y,
const T& width,
const T&
height)
55 this->
Data[2] = width;
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)
const T & GetWidth() const
void Set(const T &x, const T &y, const T &width, const T &height)
vtkRectf(float x, float y, float width, float height)
vtkRecti(int x, int y, int width, int height)
vtkRecti(const int *init)
void SetHeight(const T &height)
const T & GetHeight() const
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)