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
14 #include <vtkm/filter/field_transform/vtkm_filter_field_transform_export.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;
95 #endif //vtk_m_filter_field_transform_GenerateIds_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
base class for all filters.
Definition: Filter.h:218