Go to the documentation of this file.
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);
113 void ComputePoint(
int planes[3],
119 int OutputPointsPrecision;
create a polygonal representation of a frustum
implicit function for convex set of planes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.