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
Groups connected points that have the same field value.
Definition: Atomic.h:19
bool operator()(const T &x) const
Definition: UnaryPredicates.h:48
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
bool operator()(const T &x) const
Definition: UnaryPredicates.h:35
Predicate that takes a single argument x, and returns True if it isn't the identity of the Type T.
Definition: UnaryPredicates.h:32
bool operator()(const T &x) const
Definition: UnaryPredicates.h:24