| 
    VTK-m
    2.0
    
   | 
 
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_EXEC_CONT vtkm::Vec< T, 2 > | operator() (const T &a) const | 
| VTKM_EXEC_CONT vtkm::Vec< T, 2 > | operator() (const T &a, const T &b) const | 
| VTKM_EXEC_CONT vtkm::Vec< T, 2 > | operator() (const vtkm::Vec< T, 2 > &a, const vtkm::Vec< T, 2 > &b) const | 
| VTKM_EXEC_CONT vtkm::Vec< T, 2 > | operator() (const T &a, const vtkm::Vec< T, 2 > &b) const | 
| VTKM_EXEC_CONT 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