VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_augmented::MeshExtrema Class Reference

#include <MeshExtrema.h>

Public Member Functions

VTKM_CONT MeshExtrema (vtkm::Id meshSize)
 
template<class MeshType >
void SetStarts (MeshType &mesh, bool isMaximal)
 
VTKM_CONT void BuildRegularChains (bool isMaximal)
 
VTKM_CONT void DebugPrint (const char *message, const char *fileName, long lineNum)
 

Public Attributes

vtkm::cont::Invoker Invoke
 
IdArrayType Peaks
 
IdArrayType Pits
 
vtkm::Id NumVertices
 
vtkm::Id NumLogSteps
 

Constructor & Destructor Documentation

◆ MeshExtrema()

vtkm::worklet::contourtree_augmented::MeshExtrema::MeshExtrema ( vtkm::Id  meshSize)
inline

Member Function Documentation

◆ BuildRegularChains()

void vtkm::worklet::contourtree_augmented::MeshExtrema::BuildRegularChains ( bool  isMaximal)
inline

◆ DebugPrint()

void vtkm::worklet::contourtree_augmented::MeshExtrema::DebugPrint ( const char *  message,
const char *  fileName,
long  lineNum 
)
inline

◆ SetStarts()

template<class MeshType >
void vtkm::worklet::contourtree_augmented::MeshExtrema::SetStarts ( MeshType &  mesh,
bool  isMaximal 
)
inline

Member Data Documentation

◆ Invoke

vtkm::cont::Invoker vtkm::worklet::contourtree_augmented::MeshExtrema::Invoke

◆ NumLogSteps

vtkm::Id vtkm::worklet::contourtree_augmented::MeshExtrema::NumLogSteps

◆ NumVertices

vtkm::Id vtkm::worklet::contourtree_augmented::MeshExtrema::NumVertices

◆ Peaks

IdArrayType vtkm::worklet::contourtree_augmented::MeshExtrema::Peaks

◆ Pits

IdArrayType vtkm::worklet::contourtree_augmented::MeshExtrema::Pits

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