31 #ifndef vtkExtractEdges_h
32 #define vtkExtractEdges_h
34 #include "vtkFiltersCoreModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
65 void CreateDefaultLocator();
74 vtkSetMacro(UseAllPoints,
bool);
75 vtkGetMacro(UseAllPoints,
bool);
76 vtkBooleanMacro(UseAllPoints,
bool);
100 VTK_ABI_NAMESPACE_END
vtkTypeUInt32 vtkMTimeType
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
virtual vtkMTimeType GetMTime()
Return this object's modified time.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.