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

#include <ContourTreeBlockData.h>

Static Public Member Functions

static void * create ()
 
static void destroy (void *b)
 

Public Attributes

vtkm::Id NumVertices
 
vtkm::cont::ArrayHandle< FieldType > SortedValue
 
vtkm::worklet::contourtree_augmented::IdArrayType GlobalMeshIndex
 
vtkm::worklet::contourtree_augmented::IdArrayType NeighborConnectivity
 
vtkm::worklet::contourtree_augmented::IdArrayType NeighborOffsets
 
vtkm::Id MaxNeighbors
 
vtkm::Id3 BlockOrigin
 
vtkm::Id3 BlockSize
 
vtkm::Id3 GlobalSize
 
unsigned int ComputeRegularStructure
 

Member Function Documentation

◆ create()

template<typename FieldType >
static void* vtkm::worklet::contourtree_distributed::ContourTreeBlockData< FieldType >::create ( )
inlinestatic

◆ destroy()

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

Member Data Documentation

◆ BlockOrigin

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

◆ BlockSize

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

◆ ComputeRegularStructure

template<typename FieldType >
unsigned int vtkm::worklet::contourtree_distributed::ContourTreeBlockData< FieldType >::ComputeRegularStructure

◆ GlobalMeshIndex

◆ GlobalSize

template<typename FieldType >
vtkm::Id3 vtkm::worklet::contourtree_distributed::ContourTreeBlockData< FieldType >::GlobalSize

◆ MaxNeighbors

template<typename FieldType >
vtkm::Id vtkm::worklet::contourtree_distributed::ContourTreeBlockData< FieldType >::MaxNeighbors

◆ NeighborConnectivity

◆ NeighborOffsets

◆ NumVertices

template<typename FieldType >
vtkm::Id vtkm::worklet::contourtree_distributed::ContourTreeBlockData< FieldType >::NumVertices

◆ SortedValue

template<typename FieldType >
vtkm::cont::ArrayHandle<FieldType> vtkm::worklet::contourtree_distributed::ContourTreeBlockData< FieldType >::SortedValue

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