| 
| template<typename T >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const std::vector< T > &xVals, const std::vector< vtkm::UInt8 > &shapes, const std::vector< vtkm::IdComponent > &numIndices, const std::vector< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   | 
| template<typename T >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const std::vector< T > &xVals, const std::vector< T > &yVals, const std::vector< vtkm::UInt8 > &shapes, const std::vector< vtkm::IdComponent > &numIndices, const std::vector< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   | 
| template<typename T >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const std::vector< T > &xVals, const std::vector< T > &yVals, const std::vector< T > &zVals, const std::vector< vtkm::UInt8 > &shapes, const std::vector< vtkm::IdComponent > &numIndices, const std::vector< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   | 
| template<typename T >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const std::vector< vtkm::Vec< T, 3 >> &coords, const std::vector< vtkm::UInt8 > &shapes, const std::vector< vtkm::IdComponent > &numIndices, const std::vector< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   | 
| template<typename T >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >> &coords, const vtkm::cont::ArrayHandle< vtkm::UInt8 > &shapes, const vtkm::cont::ArrayHandle< vtkm::IdComponent > &numIndices, const vtkm::cont::ArrayHandle< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   | 
| template<typename T , typename CellShapeTag >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const std::vector< vtkm::Vec< T, 3 >> &coords, CellShapeTag tag, vtkm::IdComponent numberOfPointsPerCell, const std::vector< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   | 
| template<typename T , typename CellShapeTag >  | 
| static VTKM_CONT vtkm::cont::DataSet  | Create (const vtkm::cont::ArrayHandle< vtkm::Vec< T, 3 >> &coords, CellShapeTag tag, vtkm::IdComponent numberOfPointsPerCell, const vtkm::cont::ArrayHandle< vtkm::Id > &connectivity, const std::string &coordsNm="coords") | 
|   |