44 #ifndef vtkFeatureEdges_h 45 #define vtkFeatureEdges_h 47 #include "vtkFiltersCoreModule.h" 69 vtkGetMacro(BoundaryEdges,
int);
78 vtkGetMacro(FeatureEdges,
int);
86 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
87 vtkGetMacro(FeatureAngle,
double);
95 vtkGetMacro(NonManifoldEdges,
int);
104 vtkGetMacro(ManifoldEdges,
int);
113 vtkGetMacro(Coloring,
int);
129 void CreateDefaultLocator();
143 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.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int OutputPointsPrecision
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.