|
VTK-m
2.3
|
Binary Predicate that takes two arguments argument x, and y and returns a vtkm::Vec<T,2> that represents the minimum and maximum values.
More...
#include <BinaryOperators.h>
Public Member Functions | |
| vtkm::Vec< T, 2 > | operator() (const T &a) const |
| vtkm::Vec< T, 2 > | operator() (const T &a, const T &b) const |
| vtkm::Vec< T, 2 > | operator() (const vtkm::Vec< T, 2 > &a, const vtkm::Vec< T, 2 > &b) const |
| vtkm::Vec< T, 2 > | operator() (const T &a, const vtkm::Vec< T, 2 > &b) const |
| vtkm::Vec< T, 2 > | operator() (const vtkm::Vec< T, 2 > &a, const T &b) const |
Binary Predicate that takes two arguments argument x, and y and returns a vtkm::Vec<T,2> that represents the minimum and maximum values.
Note: Requires Type T implement the vtkm::Min and vtkm::Max functions.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17