37 #ifndef vtkVolumeOfRevolutionFilter_h
38 #define vtkVolumeOfRevolutionFilter_h
40 #include "vtkFiltersModelingModule.h"
61 vtkGetMacro(Resolution,
int);
68 vtkSetClampMacro(SweepAngle,
double, -360., 360.);
69 vtkGetMacro(SweepAngle,
double);
76 vtkSetVector3Macro(AxisPosition,
double);
77 vtkGetVector3Macro(AxisPosition,
double);
84 vtkSetVector3Macro(AxisDirection,
double);
85 vtkGetVector3Macro(AxisDirection,
double);
94 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
95 vtkGetMacro(OutputPointsPrecision,
int);
108 double AxisPosition[3];
109 double AxisDirection[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkUnstructuredGridAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int OutputPointsPrecision
Superclass for algorithms that produce only unstructured grid as output.
sweep data about a line to create a volume