Go to the documentation of this file.
18 #ifndef viskores_BinaryPredicates_h
19 #define viskores_BinaryPredicates_h
31 template <
typename T,
typename U>
43 template <
typename T,
typename U>
55 template <
typename T,
typename U>
68 template <
typename T,
typename U>
81 template <
typename T,
typename U>
93 template <
typename T,
typename U>
102 #endif //viskores_BinaryPredicates_h
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is less...
Definition: BinaryPredicates.h:53
bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:69
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x and y a...
Definition: BinaryPredicates.h:79
#define VISKORES_EXEC_CONT
Definition: ExportMacros.h:60
Groups connected points that have the same field value.
Definition: Atomic.h:27
bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:94
bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:44
bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:56
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x or y is...
Definition: BinaryPredicates.h:91
bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:32
bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:82
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is equa...
Definition: BinaryPredicates.h:41
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is not ...
Definition: BinaryPredicates.h:29
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is grea...
Definition: BinaryPredicates.h:66