VTK-m  2.0
Classes | Public Member Functions | List of all members
vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CombinedVectorDifferentFromNextDecoratorImpl Class Reference

Decorator to compute if element i is different from element i+1 in an arrays. More...

#include <CombinedVectorDifferentFromNext.h>

Classes

struct  Functor
 

Public Member Functions

template<typename PT1 , typename PT2 , typename PT3 >
Functor< PT1, PT2, PT3 > CreateFunctor (PT1 OverallSortOrderPortal, PT2 ThisGlobalMeshIndex, PT3 OtherGlobalMeshIndex) const
 

Detailed Description

Decorator to compute if element i is different from element i+1 in an arrays.

The resulting array should hence be 1 element shorter than the input arrays

Member Function Documentation

◆ CreateFunctor()

template<typename PT1 , typename PT2 , typename PT3 >
Functor<PT1, PT2, PT3> vtkm::worklet::contourtree_augmented::mesh_dem_contourtree_mesh_inc::CombinedVectorDifferentFromNextDecoratorImpl::CreateFunctor ( PT1  OverallSortOrderPortal,
PT2  ThisGlobalMeshIndex,
PT3  OtherGlobalMeshIndex 
) const
inline

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