VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::worklet::flow::StreamSurface::GenerateCells Class Reference

#include <StreamSurface.h>

Inheritance diagram for vtkm::worklet::flow::StreamSurface::GenerateCells:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldIn numPts0, FieldIn numPts1, FieldIn offset0, FieldIn offset1, FieldIn connOffset, WholeArrayOut outConn)
 
using ExecutionSignature = void(_1 numPts0, _2 numPts1, _3 ptOffset0, _4 offset1, _5 connOffset, _6 outConn)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT GenerateCells ()
 
template<typename OutConnType >
VTKM_EXEC void operator() (const vtkm::Id &numPts0, const vtkm::Id &numPts1, const vtkm::Id &offset0, const vtkm::Id &offset1, const vtkm::Id &connOffset, OutConnType &outConn) const
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::flow::StreamSurface::GenerateCells::ControlSignature = void(FieldIn numPts0, FieldIn numPts1, FieldIn offset0, FieldIn offset1, FieldIn connOffset, WholeArrayOut outConn)

◆ ExecutionSignature

using vtkm::worklet::flow::StreamSurface::GenerateCells::ExecutionSignature = void(_1 numPts0, _2 numPts1, _3 ptOffset0, _4 offset1, _5 connOffset, _6 outConn)

◆ InputDomain

Constructor & Destructor Documentation

◆ GenerateCells()

VTKM_CONT vtkm::worklet::flow::StreamSurface::GenerateCells::GenerateCells ( )
inline

Member Function Documentation

◆ operator()()

template<typename OutConnType >
VTKM_EXEC void vtkm::worklet::flow::StreamSurface::GenerateCells::operator() ( const vtkm::Id numPts0,
const vtkm::Id numPts1,
const vtkm::Id offset0,
const vtkm::Id offset1,
const vtkm::Id connOffset,
OutConnType &  outConn 
) const
inline

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