VTK-m
2.0
|
#include <ExtractPoints.h>
Classes | |
class | ExtractPointsByVOI |
Public Member Functions | |
template<typename CellSetType > | |
vtkm::cont::CellSetSingleType | Run (const CellSetType &cellSet, const vtkm::cont::ArrayHandle< vtkm::Id > &pointIds) |
template<typename CellSetType , typename CoordinateType , typename ImplicitFunction > | |
vtkm::cont::CellSetSingleType | Run (const CellSetType &cellSet, const CoordinateType &coordinates, const ImplicitFunction &implicitFunction, bool extractInside) |
Private Attributes | |
vtkm::cont::ArrayHandle< vtkm::Id > | ValidPointIds |
|
inline |
|
inline |
|
private |