65#ifndef vtkQuadRotationalExtrusionFilter_h
66#define vtkQuadRotationalExtrusionFilter_h
68#include "vtkFiltersModelingModule.h"
100 vtkSetClampMacro(
Axis,
int, 0, 2);
a simple class to control print indentation
vtkMultiBlockDataSetAlgorithm()
represent and manipulate point attribute data
represent and manipulate 3D points
void AddPerBlockAngle(vtkIdType blockId, double angle)
Set/Get angles of rotation for each block in a composite data set.
void RemoveAllPerBlockAngles()
Set/Get angles of rotation for each block in a composite data set.
void SetAxisToX()
Set the axis of rotation to use.
~vtkQuadRotationalExtrusionFilter() override=default
std::map< vtkIdType, double > PerBlockAngles
int RotateAroundAxis(double, vtkIdType, vtkPoints *, vtkPoints *, vtkPointData *, vtkPointData *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkQuadRotationalExtrusionFilter * New()
Create object with capping on, angle of 360 degrees, resolution = 12, and no translation along z-axis...
void SetAxisToY()
Set the axis of rotation to use.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void SetAxisToZ()
Set the axis of rotation to use.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
virtual void SetAxis(int)
Set the axis of rotation to use.
vtkQuadRotationalExtrusionFilter()