VTK-m  2.0
Classes | Namespaces
BinaryOperators.h File Reference
#include <vtkm/Math.h>
#include <vtkm/internal/ExportMacros.h>

Go to the source code of this file.

Classes

struct  vtkm::Sum
 Binary Predicate that takes two arguments argument x, and y and returns sum (addition) of the two values. More...
 
struct  vtkm::Product
 Binary Predicate that takes two arguments argument x, and y and returns product (multiplication) of the two values. More...
 
struct  vtkm::Maximum
 Binary Predicate that takes two arguments argument x, and y and returns the x if x > y otherwise returns y. More...
 
struct  vtkm::Minimum
 Binary Predicate that takes two arguments argument x, and y and returns the x if x < y otherwise returns y. More...
 
struct  vtkm::MinAndMax< T >
 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...
 
struct  vtkm::BitwiseAnd
 Binary Predicate that takes two arguments argument x, and y and returns the bitwise operation x&y More...
 
struct  vtkm::BitwiseOr
 Binary Predicate that takes two arguments argument x, and y and returns the bitwise operation x|y More...
 
struct  vtkm::BitwiseXor
 Binary Predicate that takes two arguments argument x, and y and returns the bitwise operation x^y More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.