6 #ifndef vtkmlib_DataSetUtils_h
7 #define vtkmlib_DataSetUtils_h
9 #include "vtkAcceleratorsVTKmCoreModule.h"
10 #include "vtkmConfigCore.h"
12 #include <vtkm/cont/DataSet.h>
14 VTK_ABI_NAMESPACE_BEGIN
19 VTKACCELERATORSVTKMCORE_EXPORT
VTKACCELERATORSVTKMCORE_EXPORT std::vector< vtkm::Id > GetFieldsIndicesWithoutCoords(const vtkm::cont::DataSet &input)
Get Fields indices of VTKm DataSet excluding the Coordinate Systems fields indices.
std::map< std::string, DataArray > DataSet
key: variable name, value: DataArray