VTK-m  2.0
Classes | Static Public Member Functions | List of all members
vtkm::worklet::CellDeepCopy Struct Reference

Container for worklets and helper methods to copy a cell set to a new CellSetExplicit structure. More...

#include <CellDeepCopy.h>

Classes

struct  CountCellPoints
 
struct  PassCellStructure
 

Static Public Member Functions

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)
 

Detailed Description

Container for worklets and helper methods to copy a cell set to a new CellSetExplicit structure.

Member Function Documentation

◆ Run() [1/3]

template<typename InCellSetType >
static VTKM_CONT vtkm::cont::CellSetExplicit vtkm::worklet::CellDeepCopy::Run ( const InCellSetType &  inCellSet)
inlinestatic

◆ 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 >
static VTKM_CONT void vtkm::worklet::CellDeepCopy::Run ( const InCellSetType &  inCellSet,
vtkm::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &  outCellSet,
vtkm::Id  numberOfPoints 
)
inlinestatic

The documentation for this struct was generated from the following file: