Go to the documentation of this file.
18 #ifndef viskores_UnaryPredicates_h
19 #define viskores_UnaryPredicates_h
64 #endif //viskores_UnaryPredicates_h
Predicate that takes a single argument x, and returns True if and only if x is false.
Definition: UnaryPredicates.h:53
#define VISKORES_EXEC_CONT
Definition: ExportMacros.h:60
The TypeTraits class provides helpful compile-time information about the basic types used in Viskores...
Definition: TypeTraits.h:69
Groups connected points that have the same field value.
Definition: Atomic.h:27
Predicate that takes a single argument x, and returns True if it isn't the identity of the Type T.
Definition: UnaryPredicates.h:40
bool operator()(const T &x) const
Definition: UnaryPredicates.h:32
bool operator()(const T &x) const
Definition: UnaryPredicates.h:43
Predicate that takes a single argument x, and returns True if it is the identity of the Type T.
Definition: UnaryPredicates.h:29
bool operator()(const T &x) const
Definition: UnaryPredicates.h:56