Go to the documentation of this file.
18 #ifndef viskores_filter_field_transform_GenerateIds_h
19 #define viskores_filter_field_transform_GenerateIds_h
28 namespace field_transform
41 std::string PointFieldName =
"pointids";
42 std::string CellFieldName =
"cellids";
43 bool GeneratePointIds =
true;
44 bool GenerateCellIds =
true;
45 bool UseFloat =
false;
99 #endif //viskores_filter_field_transform_GenerateIds_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
Groups connected points that have the same field value.
Definition: Atomic.h:27