VTK-m
2.0
|
#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::ContourTree > | ContourTrees |
std::vector< vtkm::worklet::contourtree_augmented::ContourTreeMesh< FieldType > > | ContourTreeMeshes |
std::vector< vtkm::worklet::contourtree_distributed::InteriorForest > | InteriorForests |
vtkm::worklet::contourtree_distributed::HierarchicalContourTree< FieldType > | HierarchicalTree |
vtkm::worklet::contourtree_distributed::HierarchicalAugmenter< FieldType > | HierarchicalAugmenter |
vtkm::worklet::contourtree_distributed::HierarchicalContourTree< FieldType > | AugmentedTree |
|
inlinestatic |
vtkm::worklet::contourtree_distributed::HierarchicalContourTree<FieldType> vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::AugmentedTree |
vtkm::Id3 vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::BlockOrigin |
vtkm::Id3 vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::BlockSize |
std::vector<vtkm::worklet::contourtree_augmented::ContourTreeMesh<FieldType> > vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::ContourTreeMeshes |
std::vector<vtkm::worklet::contourtree_augmented::ContourTree> vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::ContourTrees |
int vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::GlobalBlockId |
vtkm::worklet::contourtree_distributed::HierarchicalAugmenter<FieldType> vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::HierarchicalAugmenter |
vtkm::worklet::contourtree_distributed::HierarchicalContourTree<FieldType> vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::HierarchicalTree |
std::vector<vtkm::worklet::contourtree_distributed::InteriorForest> vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::InteriorForests |
vtkm::Id vtkm::worklet::contourtree_distributed::DistributedContourTreeBlockData< FieldType >::LocalBlockNo |