VTK-m
2.0
|
#include <vtkm/Types.h>
#include <vtkm/cont/Error.h>
#include <vtkm/filter/scalar_topology/worklet/ContourTreeUniformAugmented.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree_augmented/Types.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree_distributed/DistributedContourTreeBlockData.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree_distributed/PrintGraph.h>
#include <vtkm/thirdparty/diy/diy.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::contourtree_distributed::ComputeDistributedContourTreeFunctor< FieldType > |
Functor used by DIY reduce the merge data blocks in parallel. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::worklet::contourtree_distributed | |