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

The contour tree of a data block restricted to the interior of a data block. More...

#include <InteriorForest.h>

Public Member Functions

 InteriorForest ()
 
void PrintContent (std::ostream &outStream) const
 
std::string DebugPrint (const char *message, const char *fileName, long lineNum) const
 
std::string PrintArraySizes () const
 

Public Attributes

vtkm::worklet::contourtree_augmented::IdArrayType BoundaryTreeMeshIndices
 
vtkm::worklet::contourtree_augmented::IdArrayType IsNecessary
 
vtkm::worklet::contourtree_augmented::IdArrayType Above
 
vtkm::worklet::contourtree_augmented::IdArrayType Below
 

Detailed Description

The contour tree of a data block restricted to the interior of a data block.

The Boundary Restricted Augemented Contour Tree (BRACT) represents the contours that cross the boundary of a data block. In contrast, this class represents all contours that remain in the interior. Alternatively, the interior tree can be interpreted as the residue (i.e., the part that are left over) from removing the BRACT from the full contour tree. of a data block

Constructor & Destructor Documentation

◆ InteriorForest()

vtkm::worklet::contourtree_distributed::InteriorForest::InteriorForest ( )
inline

Member Function Documentation

◆ DebugPrint()

std::string vtkm::worklet::contourtree_distributed::InteriorForest::DebugPrint ( const char *  message,
const char *  fileName,
long  lineNum 
) const
inline

◆ PrintArraySizes()

std::string vtkm::worklet::contourtree_distributed::InteriorForest::PrintArraySizes ( ) const
inline

◆ PrintContent()

void vtkm::worklet::contourtree_distributed::InteriorForest::PrintContent ( std::ostream &  outStream) const
inline

Member Data Documentation

◆ Above

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::InteriorForest::Above

◆ Below

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::InteriorForest::Below

◆ BoundaryTreeMeshIndices

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::InteriorForest::BoundaryTreeMeshIndices

◆ IsNecessary

vtkm::worklet::contourtree_augmented::IdArrayType vtkm::worklet::contourtree_distributed::InteriorForest::IsNecessary

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