Go to the documentation of this file.
41 #ifndef vtkFeatureEdges_h
42 #define vtkFeatureEdges_h
44 #include "vtkFiltersCoreModule.h"
83 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
84 vtkGetMacro(FeatureAngle,
double);
139 vtkSetMacro(OutputPointsPrecision,
int);
140 vtkGetMacro(OutputPointsPrecision,
int);
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
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.
vtkTypeBool BoundaryEdges
int OutputPointsPrecision
void CreateDefaultLocator()
Create default locator.
~vtkFeatureEdges() override
a simple class to control print indentation
extract boundary, non-manifold, and/or sharp edges from polygonal data
Abstract class in support of both point location and point insertion.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkMTimeType GetMTime() override
Return MTime also considering the locator.
static vtkFeatureEdges * New()
Construct object with feature angle = 30; all types of edges extracted and colored.
vtkTypeBool NonManifoldEdges
vtkIncrementalPointLocator * Locator
vtkTypeBool ManifoldEdges
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.