Go to the source code of this file.
 | 
|    | vtkm | 
|   | Groups connected points that have the same field value. 
  | 
|   | 
|    | vtkm::cont | 
|   | VTK-m Control Environment. 
  | 
|   | 
 | 
| template<typename T >  | 
| vtkm::cont::ArrayHandleXGCCoordinates< T >  | vtkm::cont::make_ArrayHandleXGCCoordinates (const vtkm::cont::ArrayHandle< T > &arrHandle, vtkm::Id numberOfPlanesOwned, bool cylindrical, vtkm::Id numberOfPlanes=-1, vtkm::Id planeStartId=0) | 
|   | 
| template<typename T >  | 
| vtkm::cont::ArrayHandleXGCCoordinates< T >  | vtkm::cont::make_ArrayHandleXGCCoordinates (const T *array, vtkm::Id length, vtkm::Id numberOfPlanesOwned, bool cylindrical, vtkm::Id numberOfPlanes=-1, vtkm::Id planeStartId=0, vtkm::CopyFlag copy=vtkm::CopyFlag::Off) | 
|   | 
| template<typename T >  | 
| vtkm::cont::ArrayHandleXGCCoordinates< T >  | vtkm::cont::make_ArrayHandleXGCCoordinates (const std::vector< T > &array, vtkm::Id numberOfPlanesOwned, bool cylindrical, vtkm::Id numberOfPlanes=-1, vtkm::Id planeStartId=0, vtkm::CopyFlag copy=vtkm::CopyFlag::Off) | 
|   |