43 #ifndef vtkLinearExtrusionFilter_h
44 #define vtkLinearExtrusionFilter_h
46 #include "vtkFiltersModelingModule.h"
49 VTK_ABI_NAMESPACE_BEGIN
52 #define VTK_VECTOR_EXTRUSION 1
53 #define VTK_NORMAL_EXTRUSION 2
54 #define VTK_POINT_EXTRUSION 3
73 vtkGetMacro(ExtrusionType,
int);
92 vtkSetMacro(ScaleFactor,
double);
93 vtkGetMacro(ScaleFactor,
double);
101 vtkSetVector3Macro(Vector,
double);
102 vtkGetVectorMacro(Vector,
double, 3);
110 vtkSetVector3Macro(ExtrusionPoint,
double);
111 vtkGetVectorMacro(ExtrusionPoint,
double, 3);
123 double ExtrusionPoint[3];
135 VTK_ABI_NAMESPACE_END
#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
abstract superclass for arrays of numeric data
void SetExtrusionTypeToVectorExtrusion()
Set/Get the type of extrusion.
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 ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.