VTK
|
#include "vtkAcceleratorsVTKmModule.h"
#include "vtkmConfig.h"
#include <vtkm/cont/DynamicCellSet.h>
#include <vtkType.h>
Go to the source code of this file.
Namespaces | |
tovtkm | |
fromvtkm | |
Functions | |
VTKACCELERATORSVTKM_EXPORT vtkm::cont::DynamicCellSet | tovtkm::ConvertSingleType (vtkCellArray *cells, int cellType, vtkIdType numberOfPoints) |
VTKACCELERATORSVTKM_EXPORT vtkm::cont::DynamicCellSet | tovtkm::Convert (vtkUnsignedCharArray *types, vtkCellArray *cells, vtkIdTypeArray *locations, vtkIdType numberOfPoints) |
VTKACCELERATORSVTKM_EXPORT bool | fromvtkm::Convert (const vtkm::cont::DynamicCellSet &toConvert, vtkCellArray *cells, vtkUnsignedCharArray *types=nullptr, vtkIdTypeArray *locations=nullptr) |