|
| vtkRectf () |
|
| vtkRectf (float x, float y, float width, float height) |
|
| vtkRectf (const float *init) |
|
| vtkRect () |
|
| vtkRect (const float &x, const float &y, const float &width, const float &height) |
|
| vtkRect (const float *init) |
|
void | SetX (const float &x) |
|
const float & | GetX () const |
|
void | SetY (const float &y) |
|
const float & | GetY () const |
|
void | SetWidth (const float &width) |
|
const float & | GetWidth () const |
|
void | SetHeight (const float &height) |
|
const float & | GetHeight () const |
|
const float & | GetLeft () const |
|
float | GetRight () const |
|
float | GetTop () const |
|
const float & | GetBottom () const |
|
void | Set (const float &x, const float &y, const float &width, const float &height) |
|
vtkVector2< float > | GetBottomLeft () 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) |
|
| 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 |
|
int | GetSize () const |
|
| vtkTuple () |
|
| vtkTuple (const float &scalar) |
|
| vtkTuple (const float *init) |
|
float * | GetData () |
|
const float * | GetData () const |
|
float & | operator[] (int i) |
|
const float & | operator[] (int i) const |
|
float | operator() (int i) const |
|
bool | Compare (const vtkTuple< float, Size > &other, const float &tol) const |
|
vtkTuple< TR, Size > | Cast () const |
|
Definition at line 263 of file vtkRect.h.