 |
VTK
9.0.1
|
Go to the documentation of this file.
17 #ifndef vtkmlib_DataSetConverters_h
18 #define vtkmlib_DataSetConverters_h
20 #include "vtkAcceleratorsVTKmModule.h"
24 #include "vtkmConfig.h"
26 #include <vtkm/cont/DataSet.h>
39 VTKACCELERATORSVTKM_EXPORT
43 VTKACCELERATORSVTKM_EXPORT
47 VTKACCELERATORSVTKM_EXPORT
54 VTKACCELERATORSVTKM_EXPORT
57 VTKACCELERATORSVTKM_EXPORT
60 VTKACCELERATORSVTKM_EXPORT
65 #endif // vtkmlib_DataSetConverters_h
represent and manipulate 3D points
std::map< std::string, DataArray > DataSet
key: variable name, value: DataArray
represent and manipulate attribute data in a dataset
a dataset that is topologically regular with variable spacing in the three coordinate directions
topologically regular array of data
VTKACCELERATORSVTKM_EXPORT vtkm::cont::Field Convert(vtkDataArray *input, int association)
VTKACCELERATORSVTKM_EXPORT vtkDataArray * Convert(const vtkm::cont::Field &input)
topologically and geometrically regular array of data
VTKACCELERATORSVTKM_EXPORT void PassAttributesInformation(vtkDataSetAttributes *input, vtkDataSetAttributes *output)
abstract class to specify dataset behavior