VTK-m  2.0
Static Public Member Functions | Public Attributes | List of all members
vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType > Struct Template Reference

#include <DistributedContourTreeBlockData.h>

Static Public Member Functions

static void Destroy (void *b)
 

Public Attributes

int GlobalBlockId
 
vtkm::Id LocalBlockNo
 
vtkm::Id3 BlockOrigin
 
vtkm::Id3 BlockSize
 
std::vector< vtkm::worklet::contourtree_augmented::ContourTreeContourTrees
 
std::vector< vtkm::worklet::contourtree_augmented::ContourTreeMesh< FieldType > > ContourTreeMeshes
 
std::vector< vtkm::worklet::contourtree_distributed::InteriorForestInteriorForests
 
vtkm::worklet::contourtree_distributed::HierarchicalContourTree< FieldType > HierarchicalTree
 
vtkm::worklet::contourtree_distributed::HierarchicalAugmenter< FieldType > HierarchicalAugmenter
 
vtkm::worklet::contourtree_distributed::HierarchicalContourTree< FieldType > AugmentedTree
 

Member Function Documentation

◆ Destroy()

template<typename FieldType >
static void vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::Destroy ( void *  b)
inlinestatic

Member Data Documentation

◆ AugmentedTree

◆ BlockOrigin

template<typename FieldType >
vtkm::Id3 vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::BlockOrigin

◆ BlockSize

template<typename FieldType >
vtkm::Id3 vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::BlockSize

◆ ContourTreeMeshes

template<typename FieldType >
std::vector<vtkm::worklet::contourtree_augmented::ContourTreeMesh<FieldType> > vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::ContourTreeMeshes

◆ ContourTrees

◆ GlobalBlockId

template<typename FieldType >
int vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::GlobalBlockId

◆ HierarchicalAugmenter

◆ HierarchicalTree

◆ InteriorForests

◆ LocalBlockNo

template<typename FieldType >
vtkm::Id vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::LocalBlockNo

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