55 #ifndef vtkLinearExtrusionFilter_h
56 #define vtkLinearExtrusionFilter_h
58 #include "vtkFiltersModelingModule.h"
63 #define VTK_VECTOR_EXTRUSION 1
64 #define VTK_NORMAL_EXTRUSION 2
65 #define VTK_POINT_EXTRUSION 3
84 vtkGetMacro(ExtrusionType,
int);
103 vtkSetMacro(ScaleFactor,
double);
104 vtkGetMacro(ScaleFactor,
double);
112 vtkSetVector3Macro(Vector,
double);
113 vtkGetVectorMacro(Vector,
double, 3);
121 vtkSetVector3Macro(ExtrusionPoint,
double);
122 vtkGetVectorMacro(ExtrusionPoint,
double, 3);
134 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
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.