Viskores  1.0
Public Types | Public Member Functions | List of all members
viskores::rendering::Cylinderizer::CountSegments Class Reference

#include <Cylinderizer.h>

Inheritance diagram for viskores::rendering::Cylinderizer::CountSegments:
viskores::worklet::WorkletVisitCellsWithPoints viskores::worklet::WorkletMapTopology< viskores::TopologyElementTagCell, viskores::TopologyElementTagPoint > viskores::exec::FunctorBase

Public Types

typedef void ControlSignature(CellSetIn cellset, FieldOut)
 
typedef void ExecutionSignature(CellShape, _2)
 
- Public Types inherited from viskores::worklet::WorkletMapTopology< viskores::TopologyElementTagCell, viskores::TopologyElementTagPoint >
using VisitTopologyType = viskores::TopologyElementTagCell
 
using IncidentTopologyType = viskores::TopologyElementTagPoint
 

Public Member Functions

 CountSegments ()
 
void operator() (viskores::CellShapeTagGeneric shapeType, viskores::Id &segments) const
 
void operator() (viskores::CellShapeTagHexahedron, viskores::Id &segments) const
 
void operator() (viskores::CellShapeTagQuad, viskores::Id &segments) const
 
void operator() (viskores::CellShapeTagWedge, viskores::Id &segments) const
 
- Public Member Functions inherited from viskores::worklet::WorkletMapTopology< viskores::TopologyElementTagCell, viskores::TopologyElementTagPoint >
viskores::exec::arg::ThreadIndicesTopologyMap< InputDomainType, viskores::exec::arg::CustomScatterOrMaskTagGetThreadIndices (viskores::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const
 Topology map worklets use topology map indices. More...
 
EnableFnWhen< S &&M, viskores::exec::arg::ThreadIndicesTopologyMap< InputDomainType, viskores::exec::arg::DefaultScatterAndMaskTag > > GetThreadIndices (viskores::Id threadIndex1D, const viskores::Id3 &threadIndex3D, const OutToInArrayType &, const VisitArrayType &, const ThreadToOutArrayType &, const InputDomainType &connectivity) const
 Optimized for ScatterIdentity and MaskNone. More...
 
EnableFnWhen< !(S &&M), viskores::exec::arg::ThreadIndicesTopologyMap< InputDomainType, viskores::exec::arg::CustomScatterOrMaskTag > > GetThreadIndices (viskores::Id threadIndex1D, const viskores::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const
 Default version. More...
 

Member Typedef Documentation

◆ ControlSignature

typedef void viskores::rendering::Cylinderizer::CountSegments::ControlSignature(CellSetIn cellset, FieldOut)

◆ ExecutionSignature

typedef void viskores::rendering::Cylinderizer::CountSegments::ExecutionSignature(CellShape, _2)

Constructor & Destructor Documentation

◆ CountSegments()

viskores::rendering::Cylinderizer::CountSegments::CountSegments ( )
inline

Member Function Documentation

◆ operator()() [1/4]

void viskores::rendering::Cylinderizer::CountSegments::operator() ( viskores::CellShapeTagGeneric  shapeType,
viskores::Id segments 
) const
inline

◆ operator()() [2/4]

void viskores::rendering::Cylinderizer::CountSegments::operator() ( viskores::CellShapeTagHexahedron  ,
viskores::Id segments 
) const
inline

◆ operator()() [3/4]

void viskores::rendering::Cylinderizer::CountSegments::operator() ( viskores::CellShapeTagQuad  ,
viskores::Id segments 
) const
inline

◆ operator()() [4/4]

void viskores::rendering::Cylinderizer::CountSegments::operator() ( viskores::CellShapeTagWedge  ,
viskores::Id segments 
) const
inline

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