VTK-m
2.0
|
#include <vtkm/Math.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleCounting.h>
#include <vtkm/cont/Field.h>
#include <vtkm/worklet/DispatcherMapField.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree/ChainGraph.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree/ContourTree.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree/MergeTree.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree/Mesh2D_DEM_Triangulation.h>
#include <vtkm/filter/scalar_topology/worklet/contourtree/Mesh3D_DEM_Triangulation.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::ContourTreeMesh2D |
class | vtkm::worklet::ContourTreeMesh3D |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
Variables | |
const bool | JOIN = true |
const bool | SPLIT = false |
const bool | JOIN_3D = true |
const bool | SPLIT_3D = false |
const bool JOIN = true |
const bool JOIN_3D = true |
const bool SPLIT = false |
const bool SPLIT_3D = false |