57 #ifndef vtkLinearExtrusionFilter_h
58 #define vtkLinearExtrusionFilter_h
60 #include "vtkFiltersModelingModule.h"
65 #define VTK_VECTOR_EXTRUSION 1
66 #define VTK_NORMAL_EXTRUSION 2
67 #define VTK_POINT_EXTRUSION 3
86 vtkGetMacro(ExtrusionType,
int);
100 vtkGetMacro(Capping,
int);
109 vtkGetMacro(ScaleFactor,
double);
117 vtkSetVector3Macro(Vector,
double);
118 vtkGetVectorMacro(Vector,
double,3);
126 vtkSetVector3Macro(ExtrusionPoint,
double);
127 vtkGetVectorMacro(ExtrusionPoint,
double,3);
139 double ExtrusionPoint[3];
#define VTK_POINT_EXTRUSION
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
#define VTK_VECTOR_EXTRUSION
#define VTK_NORMAL_EXTRUSION
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
~vtkLinearExtrusionFilter()
abstract superclass for arrays of numeric data
void SetExtrusionTypeToVectorExtrusion()
Set/Get the type of extrusion.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void SetExtrusionTypeToPointExtrusion()
Set/Get the type of extrusion.
void SetExtrusionTypeToNormalExtrusion()
Set/Get the type of extrusion.
sweep polygonal data creating a "skirt" from free edges and lines, and lines from vertices ...
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.