VTK-m
2.0
|
#include <ExtractGeometry.h>
Classes | |
class | AddPermutationCellSet |
class | ExtractCellsByVOI |
Public Member Functions | |
template<typename CellSetType > | |
vtkm::cont::CellSetPermutation< CellSetType > | Run (const CellSetType &cellSet, const vtkm::cont::ArrayHandle< vtkm::Id > &cellIds) |
template<typename CellSetType , typename ImplicitFunction > | |
vtkm::cont::CellSetPermutation< CellSetType > | Run (const CellSetType &cellSet, const vtkm::cont::CoordinateSystem &coordinates, const ImplicitFunction &implicitFunction, bool extractInside, bool extractBoundaryCells, bool extractOnlyBoundaryCells) |
vtkm::cont::ArrayHandle< vtkm::Id > | GetValidCellIds () const |
Private Attributes | |
vtkm::cont::ArrayHandle< vtkm::Id > | ValidCellIds |
|
inline |
|
inline |
|
inline |
|
private |