6#ifndef vtkmlib_DataSetConverters_h 
    7#define vtkmlib_DataSetConverters_h 
    9#include "vtkAcceleratorsVTKmDataModelModule.h" 
   13#include "vtkmConfigDataModel.h"  
   15#include <viskores/cont/DataSet.h> 
   17VTK_ABI_NAMESPACE_BEGIN
 
   28VTK_ABI_NAMESPACE_BEGIN
 
   31VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
   35VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
   39VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
   43VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
   51VTK_ABI_NAMESPACE_BEGIN
 
   53VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
   56VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
   59VTKACCELERATORSVTKMDATAMODEL_EXPORT
 
represent and manipulate attribute data in a dataset
 
abstract class to specify dataset behavior
 
topologically and geometrically regular array of data
 
represent and manipulate 3D points
 
a dataset that is topologically regular with variable spacing in the three coordinate directions
 
topologically regular array of data
 
VTKACCELERATORSVTKMDATAMODEL_EXPORT void PassAttributesInformation(vtkDataSetAttributes *input, vtkDataSetAttributes *output)
 
VTKACCELERATORSVTKMCORE_EXPORT vtkDataArray * Convert(const viskores::cont::Field &input)
 
VTKACCELERATORSVTKMDATAMODEL_EXPORT viskores::cont::Field Convert(vtkDataArray *input, int association)