22 #ifndef vtkPVFrustumActor_h 23 #define vtkPVFrustumActor_h 25 #include "vtkOpenGLActor.h" 26 #include "vtkPVVTKExtensionsDefaultModule.h" 28 class vtkOutlineSource;
29 class vtkPolyDataMapper;
36 void PrintSelf(ostream& os, vtkIndent indent);
41 void SetFrustum(
double corners[24]);
47 void SetColor(
double r,
double g,
double b);
48 void SetLineWidth(
double r);
vtkPVFrustumActor is an actor that renders a frustum.
vtkOutlineSource * Outline
vtkPolyDataMapper * Mapper