28 #ifndef vtkPLinearExtrusionFilter_h
29 #define vtkPLinearExtrusionFilter_h
31 #include "vtkFiltersParallelModule.h"
52 vtkGetMacro(PieceInvariant,
int);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkLinearExtrusionFilter * New()
Create object with normal extrusion type, capping on, scale factor=1.0, vector (0,0,1), and extrusion point (0,0,0).
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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)
Methods invoked by print to print information about the object including superclasses.
Subclass that handles piece invariance.
~vtkPLinearExtrusionFilter()