VTK-m  2.0
Public Types | Public Member Functions | List of all members
vtkm::rendering::Triangulator::IndicesSort Class Reference

#include <Triangulator.h>

Inheritance diagram for vtkm::rendering::Triangulator::IndicesSort:
vtkm::worklet::WorkletMapField vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(FieldInOut)
 
using ExecutionSignature = void(_1)
 
- Public Types inherited from vtkm::worklet::WorkletMapField
template<typename Worklet >
using Dispatcher = vtkm::worklet::DispatcherMapField< Worklet >
 

Public Member Functions

VTKM_CONT IndicesSort ()
 
VTKM_EXEC void operator() (vtkm::Id4 &triangleIndices) const
 

Member Typedef Documentation

◆ ControlSignature

◆ ExecutionSignature

Constructor & Destructor Documentation

◆ IndicesSort()

VTKM_CONT vtkm::rendering::Triangulator::IndicesSort::IndicesSort ( )
inline

Member Function Documentation

◆ operator()()

VTKM_EXEC void vtkm::rendering::Triangulator::IndicesSort::operator() ( vtkm::Id4 triangleIndices) const
inline

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