 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkFrustumSource_h
33 #define vtkFrustumSource_h
35 #include "vtkFiltersSourcesModule.h"
66 vtkGetMacro(ShowLines,
bool);
67 vtkSetMacro(ShowLines,
bool);
68 vtkBooleanMacro(ShowLines,
bool);
76 vtkGetMacro(LinesLength,
double);
77 vtkSetMacro(LinesLength,
double);
91 vtkSetMacro(OutputPointsPrecision,
int);
92 vtkGetMacro(OutputPointsPrecision,
int);
create a polygonal representation of a frustum
vtkFrustumSource()
Default constructor.
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.
~vtkFrustumSource() override
a simple class to control print indentation
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void ComputePoint(int planes[3], double *pt)
Compute the intersection of 3 planes.
static vtkFrustumSource * New()
virtual void SetPlanes(vtkPlanes *planes)
Set the 6 planes defining the frustum.
int OutputPointsPrecision
vtkMTimeType GetMTime() override
Modified GetMTime because of Planes.
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.