vtkPVFrustumActor is an actor that renders a frustum.
More...
#include <vtkPVFrustumActor.h>
Inherits vtkOpenGLActor.
vtkPVFrustumActor is an actor that renders a frustum.
Used in ParaView to show the frustum used for frustum selection extraction.
Definition at line 31 of file vtkPVFrustumActor.h.
◆ Superclass
◆ vtkPVFrustumActor()
vtkPVFrustumActor::vtkPVFrustumActor |
( |
| ) |
|
|
protected |
◆ ~vtkPVFrustumActor()
vtkPVFrustumActor::~vtkPVFrustumActor |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVFrustumActor::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVFrustumActor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVFrustumActor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVFrustumActor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetFrustum()
void vtkPVFrustumActor::SetFrustum |
( |
double |
corners[24] | ) |
|
◆ SetColor()
void vtkPVFrustumActor::SetColor |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b |
|
) |
| |
Convenience method to set the color.
◆ SetLineWidth()
void vtkPVFrustumActor::SetLineWidth |
( |
double |
r | ) |
|
Convenience method to set the color.
◆ Outline
vtkOutlineSource* vtkPVFrustumActor::Outline |
|
protected |
◆ Mapper
vtkPolyDataMapper* vtkPVFrustumActor::Mapper |
|
protected |
The documentation for this class was generated from the following file: