VTK-m
2.0
|
#include <vtkm/Range.h>
#include <vtkm/Types.h>
#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ArrayHandle.h>
#include <vtkm/cont/ArrayHandleBitField.h>
#include <vtkm/cont/ArrayHandleConstant.h>
#include <vtkm/cont/ArrayHandleTransform.h>
#include <vtkm/cont/ArrayRangeCompute.h>
#include <vtkm/cont/ArrayRangeComputeTemplate.h>
#include <vtkm/cont/BitField.h>
#include <vtkm/cont/Invoker.h>
#include <vtkm/cont/Logging.h>
#include <vtkm/worklet/MaskIndices.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/worklet/WorkletMapTopology.h>
#include <vtkm/VecTraits.h>
Go to the source code of this file.
Classes | |
class | vtkm::worklet::OrientCellNormals |
Orients normals to point outside of the dataset. More... | |
class | vtkm::worklet::OrientCellNormals::WorkletMarkSourcePoints |
class | vtkm::worklet::OrientCellNormals::WorkletProcessSourceCells |
class | vtkm::worklet::OrientCellNormals::WorkletMarkActivePoints |
class | vtkm::worklet::OrientCellNormals::WorkletMarkActiveCells |
class | vtkm::worklet::OrientCellNormals::WorkletProcessCellNormals |
Namespaces | |
vtkm | |
Groups connected points that have the same field value. | |
vtkm::worklet | |
VTK-m Worklets. | |