VTK-m  2.0
Classes | Namespaces
worklet/VertexClustering.h File Reference
#include <vtkm/BinaryOperators.h>
#include <vtkm/BinaryPredicates.h>
#include <vtkm/Types.h>
#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ArrayCopy.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleConstant.h>
#include <vtkm/cont/ArrayHandleDiscard.h>
#include <vtkm/cont/ArrayHandleIndex.h>
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/cont/DataSet.h>
#include <vtkm/cont/Logging.h>
#include <vtkm/cont/UnknownArrayHandle.h>
#include <vtkm/worklet/DispatcherMapField.h>
#include <vtkm/worklet/DispatcherMapTopology.h>
#include <vtkm/worklet/DispatcherReduceByKey.h>
#include <vtkm/worklet/Keys.h>
#include <vtkm/worklet/StableSortIndices.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/worklet/WorkletMapTopology.h>
#include <vtkm/worklet/WorkletReduceByKey.h>

Go to the source code of this file.

Classes

struct  vtkm::worklet::VertexClustering
 
struct  vtkm::worklet::VertexClustering::GridInfo
 
class  vtkm::worklet::VertexClustering::MapPointsWorklet
 
class  vtkm::worklet::VertexClustering::MapCellsWorklet
 
class  vtkm::worklet::VertexClustering::IndexingWorklet
 pass 3 More...
 
class  vtkm::worklet::VertexClustering::Cid2PointIdWorklet
 
class  vtkm::worklet::VertexClustering::Cid3HashWorklet
 
class  vtkm::worklet::VertexClustering::Cid3UnhashWorklet
 

Namespaces

 vtkm
 Groups connected points that have the same field value.
 
 vtkm::worklet
 VTK-m Worklets.