|
ParaView
|
#include <vtkPVFrustumActor.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetFrustum (double corners[24]) |
| void | SetColor (double r, double g, double b) |
| void | SetLineWidth (double r) |
Static Public Member Functions | |
| static vtkPVFrustumActor * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVFrustumActor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVFrustumActor () | |
| ~vtkPVFrustumActor () | |
Protected Attributes | |
| vtkOutlineSource * | Outline |
| vtkPolyDataMapper * | Mapper |
vtkPVFrustumActor is an actor that renders a frustum. Used in ParaView to show the frustum used for frustum selection extraction.
Definition at line 29 of file vtkPVFrustumActor.h.
| vtkPVFrustumActor::vtkPVFrustumActor | ( | ) | [protected] |
| vtkPVFrustumActor::~vtkPVFrustumActor | ( | ) | [protected] |
| static vtkPVFrustumActor* vtkPVFrustumActor::New | ( | ) | [static] |
Reimplemented from vtkOpenGLActor.
| virtual const char* vtkPVFrustumActor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkOpenGLActor.
| static int vtkPVFrustumActor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkOpenGLActor.
| virtual int vtkPVFrustumActor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkOpenGLActor.
| static vtkPVFrustumActor* vtkPVFrustumActor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkOpenGLActor.
| void vtkPVFrustumActor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkOpenGLActor.
| void vtkPVFrustumActor::SetFrustum | ( | double | corners[24] | ) |
Get/Set the frustum.
Convenience method to set the color.
| void vtkPVFrustumActor::SetLineWidth | ( | double | r | ) |
Convenience method to set the color.
vtkOutlineSource* vtkPVFrustumActor::Outline [protected] |
Definition at line 50 of file vtkPVFrustumActor.h.
vtkPolyDataMapper* vtkPVFrustumActor::Mapper [protected] |
Reimplemented from vtkActor.
Definition at line 51 of file vtkPVFrustumActor.h.
1.7.5.1