VTK-m  2.0
Classes | Namespaces
Clip.h File Reference
#include <vtkm/filter/contour/worklet/clip/ClipTables.h>
#include <vtkm/worklet/DispatcherMapField.h>
#include <vtkm/worklet/DispatcherMapTopology.h>
#include <vtkm/worklet/DispatcherReduceByKey.h>
#include <vtkm/worklet/Keys.h>
#include <vtkm/worklet/WorkletMapField.h>
#include <vtkm/worklet/WorkletMapTopology.h>
#include <vtkm/worklet/WorkletReduceByKey.h>
#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ArrayCopy.h>
#include <vtkm/cont/ArrayHandlePermutation.h>
#include <vtkm/cont/ArrayHandleView.h>
#include <vtkm/cont/CellSetExplicit.h>
#include <vtkm/cont/ConvertNumComponentsToOffsets.h>
#include <vtkm/cont/CoordinateSystem.h>
#include <vtkm/cont/Timer.h>
#include <vtkm/cont/UnknownArrayHandle.h>
#include <vtkm/ImplicitFunction.h>
#include <utility>
#include <vtkm/exec/FunctorBase.h>

Go to the source code of this file.

Classes

struct  vtkm::worklet::ClipStats
 
struct  vtkm::worklet::ClipStats::SumOp
 
struct  vtkm::worklet::EdgeInterpolation
 
struct  vtkm::worklet::EdgeInterpolation::LessThanOp
 
struct  vtkm::worklet::EdgeInterpolation::EqualToOp
 
class  vtkm::worklet::Clip
 
class  vtkm::worklet::Clip::ComputeStats
 
class  vtkm::worklet::Clip::GenerateCellSet
 
class  vtkm::worklet::Clip::ScatterEdgeConnectivity
 
class  vtkm::worklet::Clip::ScatterInCellConnectivity
 
class  vtkm::worklet::Clip::ClipWithImplicitFunction< CellSetType, ImplicitFunction >
 
class  vtkm::worklet::Clip::InterpolateField< ArrayHandleType >
 
class  vtkm::worklet::Clip::InterpolateField< ArrayHandleType >::PerformEdgeInterpolations
 
class  vtkm::worklet::Clip::InterpolateField< ArrayHandleType >::PerformInCellInterpolations
 

Namespaces

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