35 #ifndef vtkFrustumSource_h
36 #define vtkFrustumSource_h
38 #include "vtkFiltersSourcesModule.h"
63 virtual void SetPlanes(
vtkPlanes *planes);
69 vtkGetMacro(ShowLines,
bool);
79 vtkGetMacro(LinesLength,
double);
95 vtkGetMacro(OutputPointsPrecision,
int);
104 ~vtkFrustumSource() VTK_OVERRIDE;
113 void ComputePoint(
int planes[3],
119 int OutputPointsPrecision;
122 vtkFrustumSource(const vtkFrustumSource&) VTK_DELETE_FUNCTION;
123 void operator=(const vtkFrustumSource&) VTK_DELETE_FUNCTION;
implicit function for convex set of planes
vtkTypeUInt64 vtkMTimeType
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create a polygonal representation of a frustum
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.