Go to the documentation of this file.
10 #ifndef vtk_m_BinaryPredicates_h
11 #define vtk_m_BinaryPredicates_h
23 template <
typename T,
typename U>
35 template <
typename T,
typename U>
47 template <
typename T,
typename U>
60 template <
typename T,
typename U>
73 template <
typename T,
typename U>
85 template <
typename T,
typename U>
94 #endif //vtk_m_BinaryPredicates_h
VTKM_EXEC_CONT bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:24
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_EXEC_CONT
Definition: ExportMacros.h:52
VTKM_EXEC_CONT bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:48
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x and y a...
Definition: BinaryPredicates.h:71
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is not ...
Definition: BinaryPredicates.h:21
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is less...
Definition: BinaryPredicates.h:45
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is equa...
Definition: BinaryPredicates.h:33
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x or y is...
Definition: BinaryPredicates.h:83
Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is grea...
Definition: BinaryPredicates.h:58
VTKM_EXEC_CONT bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:61
VTKM_EXEC_CONT bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:86
VTKM_EXEC_CONT bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:36
VTKM_EXEC_CONT bool operator()(const T &x, const U &y) const
Definition: BinaryPredicates.h:74