vtk-m/vtkm/cont/CellSet.h

23 lines
376 B
C
Raw Normal View History

2015-04-15 16:43:12 +00:00
#ifndef vtk_m_cont_CellSet_h
#define vtk_m_cont_CellSet_h
#include <vtkm/CellType.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/Field.h>
#include <vtkm/cont/DynamicArrayHandle.h>
#include <vtkm/cont/DeviceAdapterAlgorithm.h>
namespace vtkm {
namespace cont {
class CellSet
{
public:
CellSet() {}
};
}
} // namespace vtkm::cont
#endif //vtk_m_cont_CellSet_h