31 #ifndef __vtkFrustumSource_h
32 #define __vtkFrustumSource_h
34 #include "vtkFiltersSourcesModule.h"
35 #include "vtkPolyDataAlgorithm.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkGetObjectMacro(Planes,vtkPlanes);
55 virtual void SetPlanes(vtkPlanes *planes);
59 vtkGetMacro(ShowLines,
bool);
60 vtkSetMacro(ShowLines,
bool);
61 vtkBooleanMacro(ShowLines,
bool);
67 vtkGetMacro(LinesLength,
double);
68 vtkSetMacro(LinesLength,
double);
72 unsigned long GetMTime();
80 virtual int RequestData(vtkInformation *request,
81 vtkInformationVector **inputVector,
82 vtkInformationVector *outputVector);
86 void ComputePoint(
int planes[3],
create a polygonal representation of a frustum