37 #ifndef vtkVolumeOfRevolutionFilter_h 38 #define vtkVolumeOfRevolutionFilter_h 40 #include "vtkFiltersModelingModule.h" 62 vtkGetMacro(Resolution,
int);
69 vtkSetClampMacro(SweepAngle,
double,-360.,360.);
70 vtkGetMacro(SweepAngle,
double);
77 vtkSetVector3Macro(AxisPosition,
double);
78 vtkGetVector3Macro(AxisPosition,
double);
85 vtkSetVector3Macro(AxisDirection,
double);
86 vtkGetVector3Macro(AxisDirection,
double);
95 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION,
97 vtkGetMacro(OutputPointsPrecision,
int);
111 double AxisPosition[3];
112 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