41 #ifndef vtkFeatureEdges_h 42 #define vtkFeatureEdges_h 44 #include "vtkFiltersCoreModule.h" 83 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
84 vtkGetMacro(FeatureAngle,
double);
126 void CreateDefaultLocator();
139 vtkSetMacro(OutputPointsPrecision,
int);
140 vtkGetMacro(OutputPointsPrecision,
int);
vtkIncrementalPointLocator * Locator
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()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
vtkTypeBool BoundaryEdges
vtkTypeBool NonManifoldEdges
a simple class to control print indentation
extract boundary, non-manifold, and/or sharp edges from polygonal data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkTypeBool ManifoldEdges
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.