extends vtkBox to add ParaView specific API.
More...
#include <vtkPVBox.h>
Inherits vtkBox.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
void | SetPosition (double x, double y, double z) |
| Get/Set Position of the box. More...
|
|
void | SetPosition (const double pos[3]) |
| Get/Set Position of the box. More...
|
|
virtual double * | GetPosition () |
| Get/Set Position of the box. More...
|
|
virtual void | GetPosition (double &, double &, double &) |
| Get/Set Position of the box. More...
|
|
virtual void | GetPosition (double [3]) |
| Get/Set Position of the box. More...
|
|
|
void | SetRotation (double x, double y, double z) |
| Get/Set Rotation for the box. More...
|
|
void | SetRotation (const double pos[3]) |
| Get/Set Rotation for the box. More...
|
|
virtual double * | GetRotation () |
| Get/Set Rotation for the box. More...
|
|
virtual void | GetRotation (double &, double &, double &) |
| Get/Set Rotation for the box. More...
|
|
virtual void | GetRotation (double [3]) |
| Get/Set Rotation for the box. More...
|
|
|
void | SetScale (double x, double y, double z) |
| Get/Set Scale for the box. More...
|
|
void | SetScale (const double pos[3]) |
| Get/Set Scale for the box. More...
|
|
virtual double * | GetScale () |
| Get/Set Scale for the box. More...
|
|
virtual void | GetScale (double &, double &, double &) |
| Get/Set Scale for the box. More...
|
|
virtual void | GetScale (double [3]) |
| Get/Set Scale for the box. More...
|
|
extends vtkBox to add ParaView specific API.
vtkPVBox extends vtkBox to add ParaView specific API.
Definition at line 28 of file vtkPVBox.h.
◆ Superclass
◆ vtkPVBox()
◆ ~vtkPVBox()
◆ New()
◆ GetClassName()
virtual const char* vtkPVBox::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVBox::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVBox::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
static vtkPVBox* vtkPVBox::SafeDownCast |
( |
vtkObject * |
o | ) |
|
|
static |
◆ PrintSelf()
void vtkPVBox::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetPosition() [1/2]
void vtkPVBox::SetPosition |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
Get/Set Position of the box.
Definition at line 39 of file vtkPVBox.h.
◆ SetPosition() [2/2]
void vtkPVBox::SetPosition |
( |
const double |
pos[3] | ) |
|
Get/Set Position of the box.
◆ GetPosition() [1/3]
virtual double* vtkPVBox::GetPosition |
( |
| ) |
|
|
virtual |
Get/Set Position of the box.
◆ GetPosition() [2/3]
virtual void vtkPVBox::GetPosition |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set Position of the box.
◆ GetPosition() [3/3]
virtual void vtkPVBox::GetPosition |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set Position of the box.
◆ SetRotation() [1/2]
void vtkPVBox::SetRotation |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
Get/Set Rotation for the box.
Definition at line 52 of file vtkPVBox.h.
◆ SetRotation() [2/2]
void vtkPVBox::SetRotation |
( |
const double |
pos[3] | ) |
|
Get/Set Rotation for the box.
◆ GetRotation() [1/3]
virtual double* vtkPVBox::GetRotation |
( |
| ) |
|
|
virtual |
Get/Set Rotation for the box.
◆ GetRotation() [2/3]
virtual void vtkPVBox::GetRotation |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set Rotation for the box.
◆ GetRotation() [3/3]
virtual void vtkPVBox::GetRotation |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set Rotation for the box.
◆ SetScale() [1/2]
void vtkPVBox::SetScale |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
Get/Set Scale for the box.
Definition at line 65 of file vtkPVBox.h.
◆ SetScale() [2/2]
void vtkPVBox::SetScale |
( |
const double |
pos[3] | ) |
|
Get/Set Scale for the box.
◆ GetScale() [1/3]
virtual double* vtkPVBox::GetScale |
( |
| ) |
|
|
virtual |
Get/Set Scale for the box.
◆ GetScale() [2/3]
virtual void vtkPVBox::GetScale |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
|
virtual |
Get/Set Scale for the box.
◆ GetScale() [3/3]
virtual void vtkPVBox::GetScale |
( |
double |
[3] | ) |
|
|
virtual |
Get/Set Scale for the box.
◆ UpdateTransform()
void vtkPVBox::UpdateTransform |
( |
| ) |
|
|
protected |
◆ Position
double vtkPVBox::Position[3] |
|
protected |
◆ Rotation
double vtkPVBox::Rotation[3] |
|
protected |
◆ Scale
double vtkPVBox::Scale[3] |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkPVBox.h