Public Types | Public Member Functions | Static Public Member Functions | List of all members
vtkPVFrustum Class Reference

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...
 
doubleGetOrientation ()
 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...
 
doubleGetOrigin ()
 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 vtkPVFrustumNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVFrustumSafeDownCast (vtkObject *o)
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

typedef vtkFrustum vtkPVFrustum::Superclass

Definition at line 23 of file vtkPVFrustum.h.

Member Function Documentation

◆ New()

static vtkPVFrustum* vtkPVFrustum::New ( )
static

◆ GetClassName()

virtual const char* vtkPVFrustum::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVFrustum::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVFrustum::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVFrustum* vtkPVFrustum::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPVFrustum::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ SetOrientation() [1/3]

void vtkPVFrustum::SetOrientation ( double  x,
double  y,
double  z 
)

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ SetOrientation() [2/3]

void vtkPVFrustum::SetOrientation ( const double  xyz[3])

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ SetOrientation() [3/3]

void vtkPVFrustum::SetOrientation ( const vtkVector3d xyz)

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ GetOrientation() [1/3]

double* vtkPVFrustum::GetOrientation ( )

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ GetOrientation() [2/3]

void vtkPVFrustum::GetOrientation ( double x,
double y,
double z 
)

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ GetOrientation() [3/3]

void vtkPVFrustum::GetOrientation ( double  xyz[3])

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ SetOrigin() [1/3]

void vtkPVFrustum::SetOrigin ( double  x,
double  y,
double  z 
)

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ SetOrigin() [2/3]

void vtkPVFrustum::SetOrigin ( const double  xyz[3])

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ SetOrigin() [3/3]

void vtkPVFrustum::SetOrigin ( const vtkVector3d xyz)

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ GetOrigin() [1/3]

double* vtkPVFrustum::GetOrigin ( )

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ GetOrigin() [2/3]

void vtkPVFrustum::GetOrigin ( double x,
double y,
double z 
)

Get/Set orientation of the frustum.

Defaults to (0,0,0)

◆ GetOrigin() [3/3]

void vtkPVFrustum::GetOrigin ( double  xyz[3])

Get/Set orientation of the frustum.

Defaults to (0,0,0)


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