VTK
Public Member Functions | List of all members
vtkRectd Class Reference

#include <vtkRect.h>

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

Public Member Functions

 vtkRectd ()
 
 vtkRectd (double x, double y, double width, double height)
 
 vtkRectd (const double *init)
 
- Public Member Functions inherited from vtkRect< double >
 vtkRect ()
 
 vtkRect (const double &x, const double &y, const double &width, const double &height)
 
 vtkRect (const double *init)
 
void SetX (const double &x)
 
const doubleGetX () const
 
void SetY (const double &y)
 
const doubleGetY () const
 
void SetWidth (const double &width)
 
const doubleGetWidth () const
 
void SetHeight (const double &height)
 
void Set (const double &x, const double &y, const double &width, const double &height)
 
const doubleGetHeight () const
 
- Public Member Functions inherited from vtkVector< double, 4 >
 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
 
- Public Member Functions inherited from vtkTuple< double, Size >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const double &scalar)
 
 vtkTuple (const double *init)
 
doubleGetData ()
 
const doubleGetData () const
 
doubleoperator[] (int i)
 
const doubleoperator[] (int i) const
 
double operator() (int i) const
 
bool Compare (const vtkTuple< double, Size > &other, const double &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< double, Size >
double Data [Size]
 

Detailed Description

Definition at line 105 of file vtkRect.h.

Constructor & Destructor Documentation

vtkRectd::vtkRectd ( )
inline

Definition at line 108 of file vtkRect.h.

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

Definition at line 109 of file vtkRect.h.

vtkRectd::vtkRectd ( const double init)
inlineexplicit

Definition at line 111 of file vtkRect.h.


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