#include <Cylinderizer.h>
 | 
|   | CountSegments () | 
|   | 
| void  | operator() (vtkm::CellShapeTagGeneric shapeType, vtkm::Id &segments) const | 
|   | 
| void  | operator() (vtkm::CellShapeTagHexahedron, vtkm::Id &segments) const | 
|   | 
| void  | operator() (vtkm::CellShapeTagQuad, vtkm::Id &segments) const | 
|   | 
| void  | operator() (vtkm::CellShapeTagWedge, vtkm::Id &segments) const | 
|   | 
| vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag >  | GetThreadIndices (vtkm::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, vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::DefaultScatterAndMaskTag > >  | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &, const VisitArrayType &, const ThreadToOutArrayType &, const InputDomainType &connectivity) const | 
|   | Optimized for ScatterIdentity and MaskNone.  More...
  | 
|   | 
| EnableFnWhen<!(S &&M), vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag > >  | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const | 
|   | Default version.  More...
  | 
|   | 
◆ ControlSignature
      
        
          | typedef void vtkm::rendering::Cylinderizer::CountSegments::ControlSignature(CellSetIn cellset, FieldOut) | 
        
      
 
 
◆ ExecutionSignature
      
        
          | typedef void vtkm::rendering::Cylinderizer::CountSegments::ExecutionSignature(CellShape, _2) | 
        
      
 
 
◆ CountSegments()
  
  
      
        
          | vtkm::rendering::Cylinderizer::CountSegments::CountSegments  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()() [1/4]
◆ operator()() [2/4]
◆ operator()() [3/4]
◆ operator()() [4/4]
The documentation for this class was generated from the following file: