42#ifndef vtkFeatureEdges_h
43#define vtkFeatureEdges_h
45#include "vtkFiltersCoreModule.h"
80 vtkSetMacro(BoundaryEdges,
bool);
81 vtkGetMacro(BoundaryEdges,
bool);
82 vtkBooleanMacro(BoundaryEdges,
bool);
89 vtkSetMacro(FeatureEdges,
bool);
90 vtkGetMacro(FeatureEdges,
bool);
91 vtkBooleanMacro(FeatureEdges,
bool);
98 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
99 vtkGetMacro(FeatureAngle,
double);
106 vtkSetMacro(NonManifoldEdges,
bool);
107 vtkGetMacro(NonManifoldEdges,
bool);
108 vtkBooleanMacro(NonManifoldEdges,
bool);
116 vtkSetMacro(ManifoldEdges,
bool);
117 vtkGetMacro(ManifoldEdges,
bool);
118 vtkBooleanMacro(ManifoldEdges,
bool);
128 vtkSetMacro(PassLines,
bool);
129 vtkGetMacro(PassLines,
bool);
130 vtkBooleanMacro(PassLines,
bool);
137 vtkSetMacro(Coloring,
bool);
138 vtkGetMacro(Coloring,
bool);
139 vtkBooleanMacro(Coloring,
bool);
153 vtkSetMacro(RemoveGhostInterfaces,
bool);
154 vtkGetMacro(RemoveGhostInterfaces,
bool);
155 vtkBooleanMacro(RemoveGhostInterfaces,
bool);
183 vtkSetMacro(OutputPointsPrecision,
int);
184 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.
bool RemoveGhostInterfaces
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