Viskores  1.0
Classes | Static Public Member Functions | List of all members
viskores::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 void Run (const InCellSetType &inCellSet, viskores::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &outCellSet, viskores::Id numberOfPoints)
 
template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage >
static void Run (const InCellSetType &inCellSet, viskores::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &outCellSet)
 
template<typename InCellSetType >
static viskores::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 viskores::cont::CellSetExplicit viskores::worklet::CellDeepCopy::Run ( const InCellSetType &  inCellSet)
inlinestatic

◆ Run() [2/3]

template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage >
static void viskores::worklet::CellDeepCopy::Run ( const InCellSetType &  inCellSet,
viskores::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &  outCellSet 
)
inlinestatic

◆ Run() [3/3]

template<typename InCellSetType , typename ShapeStorage , typename ConnectivityStorage , typename OffsetsStorage >
static void viskores::worklet::CellDeepCopy::Run ( const InCellSetType &  inCellSet,
viskores::cont::CellSetExplicit< ShapeStorage, ConnectivityStorage, OffsetsStorage > &  outCellSet,
viskores::Id  numberOfPoints 
)
inlinestatic

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