51 #ifndef vtkLinearExtrusionFilter_h 52 #define vtkLinearExtrusionFilter_h 54 #include "vtkFiltersModelingModule.h" 59 #define VTK_VECTOR_EXTRUSION 1 60 #define VTK_NORMAL_EXTRUSION 2 61 #define VTK_POINT_EXTRUSION 3 80 vtkGetMacro(ExtrusionType,
int);
94 vtkGetMacro(Capping,
int);
103 vtkGetMacro(ScaleFactor,
double);
111 vtkSetVector3Macro(Vector,
double);
112 vtkGetVectorMacro(Vector,
double,3);
120 vtkSetVector3Macro(ExtrusionPoint,
double);
121 vtkGetVectorMacro(ExtrusionPoint,
double,3);
133 double ExtrusionPoint[3];
#define VTK_POINT_EXTRUSION
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
~vtkLinearExtrusionFilter() override
#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
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.