extends vtkFrustum to add ParaView specific API. More...
#include <vtkPVFrustum.h>
Inherits vtkFrustum.
Public Types | |
typedef vtkFrustum | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
void | SetOrientation (double x, double y, double z) |
Get/Set orientation of the frustum. More... | |
void | SetOrientation (const double xyz[3]) |
Get/Set orientation of the frustum. More... | |
void | SetOrientation (const vtkVector3d &xyz) |
Get/Set orientation of the frustum. More... | |
double * | GetOrientation () |
Get/Set orientation of the frustum. More... | |
void | GetOrientation (double &x, double &y, double &z) |
Get/Set orientation of the frustum. More... | |
void | GetOrientation (double xyz[3]) |
Get/Set orientation of the frustum. More... | |
void | SetOrigin (double x, double y, double z) |
Get/Set orientation of the frustum. More... | |
void | SetOrigin (const double xyz[3]) |
Get/Set orientation of the frustum. More... | |
void | SetOrigin (const vtkVector3d &xyz) |
Get/Set orientation of the frustum. More... | |
double * | GetOrigin () |
Get/Set orientation of the frustum. More... | |
void | GetOrigin (double &x, double &y, double &z) |
Get/Set orientation of the frustum. More... | |
void | GetOrigin (double xyz[3]) |
Get/Set orientation of the frustum. More... | |
Static Public Member Functions | |
static vtkPVFrustum * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVFrustum * | SafeDownCast (vtkObject *o) |
extends vtkFrustum to add ParaView specific API.
vtkPVFrustum extends vtkFrustum to add ParaView specific API. In this case, Orientation and Origin members and associated setters.
Definition at line 18 of file vtkPVFrustum.h.
typedef vtkFrustum vtkPVFrustum::Superclass |
Definition at line 23 of file vtkPVFrustum.h.
|
static |
|
virtual |
|
static |
|
override |
Get/Set orientation of the frustum.
Defaults to (0,0,0)
Get/Set orientation of the frustum.
Defaults to (0,0,0)
void vtkPVFrustum::SetOrientation | ( | const vtkVector3d & | xyz | ) |
Get/Set orientation of the frustum.
Defaults to (0,0,0)
double* vtkPVFrustum::GetOrientation | ( | ) |
Get/Set orientation of the frustum.
Defaults to (0,0,0)
Get/Set orientation of the frustum.
Defaults to (0,0,0)
void vtkPVFrustum::GetOrientation | ( | double | xyz[3] | ) |
Get/Set orientation of the frustum.
Defaults to (0,0,0)
Get/Set orientation of the frustum.
Defaults to (0,0,0)
Get/Set orientation of the frustum.
Defaults to (0,0,0)
void vtkPVFrustum::SetOrigin | ( | const vtkVector3d & | xyz | ) |
Get/Set orientation of the frustum.
Defaults to (0,0,0)
double* vtkPVFrustum::GetOrigin | ( | ) |
Get/Set orientation of the frustum.
Defaults to (0,0,0)
Get/Set orientation of the frustum.
Defaults to (0,0,0)
void vtkPVFrustum::GetOrigin | ( | double | xyz[3] | ) |
Get/Set orientation of the frustum.
Defaults to (0,0,0)