Go to the documentation of this file.
64 #ifndef vtkQuadRotationalExtrusionFilter_h
65 #define vtkQuadRotationalExtrusionFilter_h
69 #include <vtksys/stl/map>
represent and manipulate 3D points
represent and manipulate point attribute data
void RemoveAllPerBlockAngles()
#define vtkTypeMacro(thisClass, superclass)
vtksys_stl::map< vtkIdType, double > PerBlockAngles
sweep polygonal data creating "skirt" from free edges and lines, and lines from vertices
#define vtkSetClampMacro(name, type, min, max)
vtkQuadRotationalExtrusionFilter()
int RotateAroundAxis(double, vtkIdType, vtkPoints *, vtkPoints *, vtkPointData *, vtkPointData *)
a simple class to control print indentation
void AddPerBlockAngle(vtkIdType blockId, double angle)
#define vtkGetMacro(name, type)
int FillInputPortInformation(int, vtkInformation *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkQuadRotationalExtrusionFilter * New()
#define VTKFILTERSMODELING_EXPORT
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkQuadRotationalExtrusionFilter()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.