Go to the documentation of this file.
19 #ifndef viskores_filter_geometry_refinement_SplitSharpEdges_h
20 #define viskores_filter_geometry_refinement_SplitSharpEdges_h
29 namespace geometry_refinement
73 #endif // viskores_filter_geometry_refinement_SplitSharpEdges_h
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
Base class for all filters.
Definition: Filter.h:171
Split sharp polygon mesh edges with a large feature angle between the adjacent cells.
Definition: SplitSharpEdges.h:48
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
void SetFeatureAngle(viskores::FloatDefault value)
Specify the feature angle threshold to split on.
Definition: SplitSharpEdges.h:59
viskores::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:244
viskores::FloatDefault GetFeatureAngle() const
Specify the feature angle threshold to split on.
Definition: SplitSharpEdges.h:62