|
| vtkRectd () |
|
| vtkRectd (double x, double y, double width, double height) |
|
| vtkRectd (const double *init) |
|
| vtkRect () |
|
| vtkRect (const double &x, const double &y, const double &width, const double &height) |
|
| vtkRect (const double *init) |
|
void | SetX (const double &x) |
|
const double & | GetX () const |
|
void | SetY (const double &y) |
|
const double & | GetY () const |
|
void | SetWidth (const double &width) |
|
const double & | GetWidth () const |
|
void | SetHeight (const double &height) |
|
void | Set (const double &x, const double &y, const double &width, const double &height) |
|
const double & | GetHeight () const |
|
| vtkVector () |
|
| vtkVector (const double &scalar) |
|
| vtkVector (const double *init) |
|
double | SquaredNorm () const |
|
double | Norm () const |
|
double | Normalize () |
|
vtkVector< double, Size > | Normalized () const |
|
double | Dot (const vtkVector< double, Size > &other) const |
|
vtkVector< TR, Size > | Cast () const |
|
int | GetSize () const |
|
| vtkTuple () |
|
| vtkTuple (const double &scalar) |
|
| vtkTuple (const double *init) |
|
double * | GetData () |
|
const double * | GetData () const |
|
double & | operator[] (int i) |
|
const double & | operator[] (int i) const |
|
double | operator() (int i) const |
|
bool | Compare (const vtkTuple< double, Size > &other, const double &tol) const |
|
vtkTuple< TR, Size > | Cast () const |
|
Definition at line 105 of file vtkRect.h.