81#ifndef vtkFrustumSource_h
82#define vtkFrustumSource_h
84#include "vtkFiltersSourcesModule.h"
115 vtkGetMacro(ShowLines,
bool);
116 vtkSetMacro(ShowLines,
bool);
117 vtkBooleanMacro(ShowLines,
bool);
125 vtkGetMacro(LinesLength,
double);
126 vtkSetMacro(LinesLength,
double);
140 vtkSetMacro(OutputPointsPrecision,
int);
141 vtkGetMacro(OutputPointsPrecision,
int);
create a polygonal representation of a frustum
vtkFrustumSource()
Default constructor.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetPlanes(vtkPlanes *planes)
Set the 6 planes defining the frustum.
static vtkFrustumSource * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkFrustumSource() override
void ComputePoint(int planes[3], double *pt)
Compute the intersection of 3 planes.
vtkMTimeType GetMTime() override
Modified GetMTime because of Planes.
a simple class to control print indentation
implicit function for convex set of planes
Superclass for algorithms that produce only polydata as output.
vtkTypeUInt32 vtkMTimeType