Go to the documentation of this file.
10 #ifndef vtk_m_UnaryPredicates_h
11 #define vtk_m_UnaryPredicates_h
56 #endif //vtk_m_UnaryPredicates_h
VTKM_EXEC_CONT bool operator()(const T &x) const
Definition: UnaryPredicates.h:35
Groups connected points that have the same field value.
Definition: Atomic.h:19
The TypeTraits class provides helpful compile-time information about the basic types used in VTKm (an...
Definition: TypeTraits.h:61
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
Predicate that takes a single argument x, and returns True if and only if x is false.
Definition: UnaryPredicates.h:45
Predicate that takes a single argument x, and returns True if it is the identity of the Type T.
Definition: UnaryPredicates.h:21
VTKM_EXEC_CONT bool operator()(const T &x) const
Definition: UnaryPredicates.h:24
Predicate that takes a single argument x, and returns True if it isn't the identity of the Type T.
Definition: UnaryPredicates.h:32
VTKM_EXEC_CONT bool operator()(const T &x) const
Definition: UnaryPredicates.h:48