VTK-m
2.0
|
#include <vtkm/cont/ArrayCopy.h>
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/cont/ArrayHandleUniformPointCoordinates.h>
#include <vtkm/filter/contour/worklet/contour/CommonState.h>
#include <vtkm/filter/contour/worklet/contour/FieldPropagation.h>
#include <vtkm/filter/contour/worklet/contour/FlyingEdges.h>
#include <vtkm/filter/contour/worklet/contour/MarchingCells.h>
Go to the source code of this file.
Classes | |
struct | vtkm::worklet::contour::DeduceCoordType |
struct | vtkm::worklet::contour::DeduceCellType |
class | vtkm::worklet::Contour |
Compute the isosurface of a given 3D data set, supports all linear cell types. More... | |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |
vtkm::worklet::contour | |