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

#include <StreamSurface.h>

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

Public Types

using ControlSignature = void(FieldIn numPts0, FieldIn numPts1, FieldOut outConnCount)
 
using ExecutionSignature = void(_1 numPts0, _2 numPts1, _3 outConnCount)
 
using InputDomain = _1
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT CountTriangleConn ()
 
VTKM_EXEC void operator() (const vtkm::Id &numPts0, const vtkm::Id &numPts1, vtkm::Id &outConnCount) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

using vtkm::worklet::flow::StreamSurface::CountTriangleConn::ExecutionSignature = void(_1 numPts0, _2 numPts1, _3 outConnCount)

◆ InputDomain

Constructor & Destructor Documentation

◆ CountTriangleConn()

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

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::worklet::flow::StreamSurface::CountTriangleConn::operator() ( const vtkm::Id numPts0,
const vtkm::Id numPts1,
vtkm::Id outConnCount 
) const
inline

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