36 #ifndef vtkLinearCellExtrusionFilter_h
37 #define vtkLinearCellExtrusionFilter_h
39 #include "vtkFiltersModelingModule.h"
56 vtkSetMacro(ScaleFactor,
double);
57 vtkGetMacro(ScaleFactor,
double);
65 vtkSetMacro(UseUserVector,
bool);
66 vtkGetMacro(UseUserVector,
bool);
67 vtkBooleanMacro(UseUserVector,
bool);
74 vtkSetVector3Macro(UserVector,
double);
75 vtkGetVector3Macro(UserVector,
double);
83 vtkSetMacro(MergeDuplicatePoints,
bool);
84 vtkGetMacro(MergeDuplicatePoints,
bool);
85 vtkBooleanMacro(MergeDuplicatePoints,
bool);
101 void CreateDefaultLocator();
111 double ScaleFactor = 1.0;
112 double UserVector[3] = { 0.0, 0.0, 1.0 };
113 bool UseUserVector =
false;
114 bool MergeDuplicatePoints =
false;
vtkSmartPointer< vtkIncrementalPointLocator > Locator
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Abstract class in support of both point location and point insertion.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
extrude polygonal data to create 3D cells from 2D cells
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.