128#ifndef vtkFeatureEdges_h
129#define vtkFeatureEdges_h
131#include "vtkFiltersCoreModule.h"
166 vtkSetMacro(BoundaryEdges,
bool);
167 vtkGetMacro(BoundaryEdges,
bool);
168 vtkBooleanMacro(BoundaryEdges,
bool);
175 vtkSetMacro(FeatureEdges,
bool);
176 vtkGetMacro(FeatureEdges,
bool);
177 vtkBooleanMacro(FeatureEdges,
bool);
184 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
185 vtkGetMacro(FeatureAngle,
double);
192 vtkSetMacro(NonManifoldEdges,
bool);
193 vtkGetMacro(NonManifoldEdges,
bool);
194 vtkBooleanMacro(NonManifoldEdges,
bool);
202 vtkSetMacro(ManifoldEdges,
bool);
203 vtkGetMacro(ManifoldEdges,
bool);
204 vtkBooleanMacro(ManifoldEdges,
bool);
214 vtkSetMacro(PassLines,
bool);
215 vtkGetMacro(PassLines,
bool);
216 vtkBooleanMacro(PassLines,
bool);
223 vtkSetMacro(Coloring,
bool);
224 vtkGetMacro(Coloring,
bool);
225 vtkBooleanMacro(Coloring,
bool);
253 vtkSetMacro(OutputPointsPrecision,
int);
254 vtkGetMacro(OutputPointsPrecision,
int);
extract interior, boundary, non-manifold, and/or sharp edges from polygonal data
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void ExtractAllEdgeTypesOff()
Methods for turning the extraction of all types of edges on; and turning the extraction of all types ...
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
static vtkFeatureEdges * New()
Construct an instance with feature angle = 30; all types of edges (except manifold edges) are extract...
vtkMTimeType GetMTime() override
Return MTime also considering the locator.
~vtkFeatureEdges() override
void CreateDefaultLocator()
Create default locator.
int OutputPointsPrecision
void ExtractAllEdgeTypesOn()
Methods for turning the extraction of all types of edges on; and turning the extraction of all types ...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIncrementalPointLocator * Locator
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkTypeUInt32 vtkMTimeType