VTK-m
2.0
|
#include <HyperSweepBlock.h>
Public Member Functions | |
HyperSweepBlock (const vtkm::Id localBlockNo, const int globalBlockId, const vtkm::Id3 &origin, const vtkm::Id3 &size, const vtkm::Id3 &globalSize, const vtkm::worklet::contourtree_distributed::HierarchicalContourTree< ContourTreeDataFieldType > &hierarchicalContourTree) | |
Static Public Member Functions | |
static void | Destroy (void *b) |
Public Attributes | |
vtkm::Id | LocalBlockNo |
int | GlobalBlockId |
vtkm::Id3 | Origin |
vtkm::Id3 | Size |
vtkm::Id3 | GlobalSize |
const vtkm::worklet::contourtree_distributed::HierarchicalContourTree< ContourTreeDataFieldType > & | HierarchicalContourTree |
vtkm::cont::ArrayHandle< vtkm::Id > | IntrinsicVolume |
vtkm::cont::ArrayHandle< vtkm::Id > | DependentVolume |
|
inline |
|
inlinestatic |
vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::DependentVolume |
int vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::GlobalBlockId |
vtkm::Id3 vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::GlobalSize |
const vtkm::worklet::contourtree_distributed::HierarchicalContourTree<ContourTreeDataFieldType>& vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::HierarchicalContourTree |
vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::IntrinsicVolume |
vtkm::Id vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::LocalBlockNo |
vtkm::Id3 vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::Origin |
vtkm::Id3 vtkm::worklet::contourtree_distributed::HyperSweepBlock< ContourTreeDataFieldType >::Size |