VTK-m  2.0
Classes | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::ExtractPoints Class Reference

#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::IdValidPointIds
 

Member Function Documentation

◆ Run() [1/2]

template<typename CellSetType , typename CoordinateType , typename ImplicitFunction >
vtkm::cont::CellSetSingleType vtkm::worklet::ExtractPoints::Run ( const CellSetType &  cellSet,
const CoordinateType &  coordinates,
const ImplicitFunction &  implicitFunction,
bool  extractInside 
)
inline

◆ Run() [2/2]

template<typename CellSetType >
vtkm::cont::CellSetSingleType vtkm::worklet::ExtractPoints::Run ( const CellSetType &  cellSet,
const vtkm::cont::ArrayHandle< vtkm::Id > &  pointIds 
)
inline

Member Data Documentation

◆ ValidPointIds

vtkm::cont::ArrayHandle<vtkm::Id> vtkm::worklet::ExtractPoints::ValidPointIds
private

The documentation for this class was generated from the following file: