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

Go to the source code of this file.

Namespaces

namespace  tovtkm
 
namespace  fromvtkm
 

Functions

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