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

Go to the source code of this file.

Namespaces

 tovtkm
 
 fromvtkm
 

Functions

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