VTK-m
2.2
|
#include <vtkm/Types.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/filter/Filter.h>
#include <vtkm/filter/scalar_topology/vtkm_filter_scalar_topology_export.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree_augmented/ContourTree.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree_distributed/MultiBlockContourTreeHelper.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | vtkm::filter::scalar_topology::ContourTreeAugmented |
Construct the Contour Tree for a 2D or 3D regular mesh. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::filter | |
VTK-m Filters. | |
vtkm::filter::scalar_topology | |