24#ifndef vtkLinearCellExtrusionFilter_h
25#define vtkLinearCellExtrusionFilter_h
27#include "vtkFiltersModelingModule.h"
32VTK_ABI_NAMESPACE_BEGIN
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
vtkSmartPointer< vtkIncrementalPointLocator > Locator
static vtkLinearCellExtrusionFilter * New()
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.
~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.