vtk-m2/vtkm/cont/CellSetExplicit.h

20 lines
342 B
C
Raw Normal View History

2015-04-15 16:43:12 +00:00
#ifndef vtk_m_cont_CellSetExplicit_h
#define vtk_m_cont_CellSetExplicit_h
#include <vtkm/cont/CellSet.h>
#include <vtkm/cont/ExplicitConnectivity.h>
namespace vtkm {
namespace cont {
class CellSetExplicit
{
public:
2015-04-15 16:43:12 +00:00
ExplicitConnectivity nodesOfCellsConnectivity;
};
}
} // namespace vtkm::cont
#endif //vtk_m_cont_CellSetExplicit_h