Go to the documentation of this file.
19 #ifndef viskores_filter_geometry_refinement_VertexClustering_h
20 #define viskores_filter_geometry_refinement_VertexClustering_h
29 namespace geometry_refinement
65 this->NumberOfDivisions = num;
71 return this->NumberOfDivisions;
83 #endif // viskores_filter_geometry_refinement_VertexClustering_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
#define VISKORES_CONT
Definition: ExportMacros.h:65
void SetNumberOfDivisions(const viskores::Id3 &num)
Specifies the dimensions of the uniform grid that establishes the bins used for clustering.
Definition: VertexClustering.h:63
Groups connected points that have the same field value.
Definition: Atomic.h:27
Reduce the number of triangles in a mesh.
Definition: VertexClustering.h:56
const viskores::Id3 & GetNumberOfDivisions() const
Specifies the dimensions of the uniform grid that establishes the bins used for clustering.
Definition: VertexClustering.h:69