vtk-m/vtkm/cont/CellSetStructured.h
2015-05-12 09:39:00 -04:00

20 lines
352 B
C++

#ifndef vtk_m_cont_CellSetStructured_h
#define vtk_m_cont_CellSetStructured_h
#include <vtkm/cont/CellSet.h>
#include <vtkm/cont/RegularConnectivity.h>
namespace vtkm {
namespace cont {
class CellSetStructured// : public CellSet
{
public:
RegularConnectivity structure;
};
}
} // namespace vtkm::cont
#endif //vtk_m_cont_CellSetStructured_h