Go to the documentation of this file.
10 #ifndef vtk_m_filter_field_transform_GenerateIds_h
11 #define vtk_m_filter_field_transform_GenerateIds_h
20 namespace field_transform
33 std::string PointFieldName =
"pointids";
34 std::string CellFieldName =
"cellids";
35 bool GeneratePointIds =
true;
36 bool GenerateCellIds =
true;
37 bool UseFloat =
false;
91 #endif //vtk_m_filter_field_transform_GenerateIds_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
Base class for all filters.
Definition: Filter.h:163