VTK-m  2.0
Public Types | Public Member Functions | Private Attributes | List of all members
vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate > Class Template Reference

#include <ThresholdPoints.h>

Inheritance diagram for vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >:
vtkm::worklet::WorkletVisitPointsWithCells vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell > vtkm::exec::FunctorBase

Public Types

using ControlSignature = void(CellSetIn cellset, FieldInPoint scalars, FieldOutPoint passFlags)
 
using ExecutionSignature = _3(_2)
 
- Public Types inherited from vtkm::worklet::WorkletVisitPointsWithCells
using FieldInCell = FieldInIncident
 
using FieldInPoint = FieldInVisit
 
using FieldOutPoint = FieldOut
 
using FieldInOutPoint = FieldInOut
 
using CellCount = IncidentElementCount
 
using CellIndices = IncidentElementIndices
 
- Public Types inherited from vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell >
using VisitTopologyType = vtkm::TopologyElementTagPoint
 
using IncidentTopologyType = vtkm::TopologyElementTagCell
 

Public Member Functions

VTKM_CONT ThresholdPointField ()
 
VTKM_CONT ThresholdPointField (const UnaryPredicate &predicate)
 
template<typename ScalarType >
VTKM_EXEC bool operator() (const ScalarType &scalar) const
 
- Public Member Functions inherited from vtkm::worklet::WorkletMapTopology< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell >
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTagGetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const
 Topology map worklets use topology map indices. More...
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen< S &&M, vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::DefaultScatterAndMaskTag > > GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &vtkmNotUsed(outToIn), const VisitArrayType &vtkmNotUsed(visit), const ThreadToOutArrayType &vtkmNotUsed(threadToOut), const InputDomainType &connectivity) const
 Optimized for ScatterIdentity and MaskNone. More...
 
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC EnableFnWhen<!(S &&M), vtkm::exec::arg::ThreadIndicesTopologyMap< InputDomainType, vtkm::exec::arg::CustomScatterOrMaskTag > > GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const
 Default version. More...
 

Private Attributes

UnaryPredicate Predicate
 

Member Typedef Documentation

◆ ControlSignature

template<typename UnaryPredicate >
using vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >::ControlSignature = void(CellSetIn cellset, FieldInPoint scalars, FieldOutPoint passFlags)

◆ ExecutionSignature

template<typename UnaryPredicate >
using vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >::ExecutionSignature = _3(_2)

Constructor & Destructor Documentation

◆ ThresholdPointField() [1/2]

template<typename UnaryPredicate >
VTKM_CONT vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >::ThresholdPointField ( )
inline

◆ ThresholdPointField() [2/2]

template<typename UnaryPredicate >
VTKM_CONT vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >::ThresholdPointField ( const UnaryPredicate &  predicate)
inlineexplicit

Member Function Documentation

◆ operator()()

template<typename UnaryPredicate >
template<typename ScalarType >
VTKM_EXEC bool vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >::operator() ( const ScalarType &  scalar) const
inline

Member Data Documentation

◆ Predicate

template<typename UnaryPredicate >
UnaryPredicate vtkm::worklet::ThresholdPoints::ThresholdPointField< UnaryPredicate >::Predicate
private

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