16#ifndef vtkPLinearExtrusionFilter_h 
   17#define vtkPLinearExtrusionFilter_h 
   19#include "vtkFiltersParallelModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
sweep polygonal data creating a "skirt" from free edges and lines, and lines from vertices
 
Subclass that handles piece invariance.
 
~vtkPLinearExtrusionFilter() override=default
 
vtkPLinearExtrusionFilter()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
static vtkPLinearExtrusionFilter * New()
Create an object with PieceInvariant off.
 
vtkTypeBool PieceInvariant
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.