34 #ifndef vtkVolumeOfRevolutionFilter_h 35 #define vtkVolumeOfRevolutionFilter_h 37 #include "vtkFiltersModelingModule.h" 58 vtkGetMacro(Resolution,
int);
65 vtkSetClampMacro(SweepAngle,
double, -360., 360.);
66 vtkGetMacro(SweepAngle,
double);
73 vtkSetVector3Macro(AxisPosition,
double);
74 vtkGetVector3Macro(AxisPosition,
double);
81 vtkSetVector3Macro(AxisDirection,
double);
82 vtkGetVector3Macro(AxisDirection,
double);
91 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
92 vtkGetMacro(OutputPointsPrecision,
int);
105 double AxisPosition[3];
106 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