Container for worklets and helper methods to copy a cell set to a new CellSetExplicit
structure.
More...
#include <CellDeepCopy.h>
|
template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage > |
static VTKM_CONT void | Run (const InCellSetType &inCellSet, vtkm::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &outCellSet, vtkm::Id numberOfPoints) |
|
template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage > |
static VTKM_CONT void | Run (const InCellSetType &inCellSet, vtkm::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &outCellSet) |
|
template<typename InCellSetType > |
static VTKM_CONT vtkm::cont::CellSetExplicit | Run (const InCellSetType &inCellSet) |
|
Container for worklets and helper methods to copy a cell set to a new CellSetExplicit
structure.
◆ Run() [1/3]
template<typename InCellSetType >
◆ Run() [2/3]
template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage >
static VTKM_CONT void vtkm::worklet::CellDeepCopy::Run |
( |
const InCellSetType & |
inCellSet, |
|
|
vtkm::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > & |
outCellSet |
|
) |
| |
|
inlinestatic |
◆ Run() [3/3]
template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage >
The documentation for this struct was generated from the following file: