VTK  9.1.0
Namespaces | Functions
CellSetConverters.h File Reference
#include "vtkAcceleratorsVTKmDataModelModule.h"
#include "vtkmConfigDataModel.h"
#include <vtkType.h>
#include <vtkm/cont/DynamicCellSet.h>
Include dependency graph for CellSetConverters.h:

Go to the source code of this file.

Namespaces

namespace  tovtkm
 
namespace  fromvtkm
 

Functions

VTKACCELERATORSVTKMDATAMODEL_EXPORT vtkm::cont::DynamicCellSet tovtkm::ConvertSingleType (vtkCellArray *cells, int cellType, vtkIdType numberOfPoints)
 
VTKACCELERATORSVTKMDATAMODEL_EXPORT vtkm::cont::DynamicCellSet tovtkm::Convert (vtkUnsignedCharArray *types, vtkCellArray *cells, vtkIdType numberOfPoints)
 
VTKACCELERATORSVTKMDATAMODEL_EXPORT bool fromvtkm::Convert (const vtkm::cont::DynamicCellSet &toConvert, vtkCellArray *cells, vtkUnsignedCharArray *types=nullptr)