23 #ifndef vtkFrustumSource_h
24 #define vtkFrustumSource_h
26 #include "vtkFiltersSourcesModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
52 virtual void SetPlanes(
vtkPlanes* planes);
58 vtkGetMacro(ShowLines,
bool);
59 vtkSetMacro(ShowLines,
bool);
60 vtkBooleanMacro(ShowLines,
bool);
68 vtkGetMacro(LinesLength,
double);
69 vtkSetMacro(LinesLength,
double);
83 vtkSetMacro(OutputPointsPrecision,
int);
84 vtkGetMacro(OutputPointsPrecision,
int);
101 void ComputePoint(
int planes[3],
double* pt);
113 VTK_ABI_NAMESPACE_END
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
implicit function for convex set of planes
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
create a polygonal representation of a frustum
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.