VTK-m  2.0
Public Types | Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree::VertexAssigned Struct Reference

#include <ContourTree.h>

Inheritance diagram for vtkm::worklet::contourtree::VertexAssigned:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

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

Public Member Functions

VTKM_EXEC_CONT VertexAssigned (bool VertexIsAssigned)
 
template<typename InPortalFieldType >
VTKM_EXEC vtkm::Id operator() (const vtkm::Id supernode, const InPortalFieldType &superarcs) const
 

Public Attributes

bool vertexIsAssigned
 

Member Typedef Documentation

◆ ControlSignature

using vtkm::worklet::contourtree::VertexAssigned::ControlSignature = void(FieldIn supernode, WholeArrayIn superarcs, FieldOut hasSuperArc)

◆ ExecutionSignature

◆ InputDomain

Constructor & Destructor Documentation

◆ VertexAssigned()

VTKM_EXEC_CONT vtkm::worklet::contourtree::VertexAssigned::VertexAssigned ( bool  VertexIsAssigned)
inline

Member Function Documentation

◆ operator()()

template<typename InPortalFieldType >
VTKM_EXEC vtkm::Id vtkm::worklet::contourtree::VertexAssigned::operator() ( const vtkm::Id  supernode,
const InPortalFieldType &  superarcs 
) const
inline

Member Data Documentation

◆ vertexIsAssigned

bool vtkm::worklet::contourtree::VertexAssigned::vertexIsAssigned

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