VTK-m
2.0
|
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleGroupVec.h>
#include <vtkm/cont/CellSetExplicit.h>
#include <vtkm/cont/DataSet.h>
#include <vtkm/cont/Field.h>
#include <vtkm/worklet/DispatcherMapField.h>
#include <vtkm/worklet/DispatcherMapTopology.h>
#include <vtkm/worklet/ScatterCounting.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/worklet/WorkletMapTopology.h>
#include <vtkm/worklet/internal/TriangulateTables.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::TetrahedralizeExplicit |
Compute the tetrahedralize cells for an explicit grid data set. More... | |
class | vtkm::worklet::TetrahedralizeExplicit::TetrahedraPerCell |
class | vtkm::worklet::TetrahedralizeExplicit::TetrahedralizeCell |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |