36#ifndef vtkLinearCellExtrusionFilter_h
37#define vtkLinearCellExtrusionFilter_h
39#include "vtkFiltersModelingModule.h"
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
vtkSmartPointer< vtkIncrementalPointLocator > Locator
static vtkLinearCellExtrusionFilter * New()
vtkSetSmartPointerMacro(Locator, vtkIncrementalPointLocator)
Specify a spatial locator for merging points.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void CreateDefaultLocator()
Create default locator.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkGetSmartPointerMacro(Locator, vtkIncrementalPointLocator)
Specify a spatial locator for merging points.
~vtkLinearCellExtrusionFilter() override=default
vtkLinearCellExtrusionFilter()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool MergeDuplicatePoints
Hold a reference to a vtkObjectBase instance.