Go to the source code of this file.
|
struct | viskores::Sum |
| Binary Predicate that takes two arguments argument x , and y and returns sum (addition) of the two values. More...
|
|
struct | viskores::Product |
| Binary Predicate that takes two arguments argument x , and y and returns product (multiplication) of the two values. More...
|
|
struct | viskores::Maximum |
| Binary Predicate that takes two arguments argument x , and y and returns the x if x > y otherwise returns y . More...
|
|
struct | viskores::Minimum |
| Binary Predicate that takes two arguments argument x , and y and returns the x if x < y otherwise returns y . More...
|
|
struct | viskores::MinAndMax< T > |
| Binary Predicate that takes two arguments argument x , and y and returns a viskores::Vec<T,2> that represents the minimum and maximum values. More...
|
|
struct | viskores::BitwiseAnd |
| Binary Predicate that takes two arguments argument x , and y and returns the bitwise operation x&y More...
|
|
struct | viskores::BitwiseOr |
| Binary Predicate that takes two arguments argument x , and y and returns the bitwise operation x|y More...
|
|
struct | viskores::BitwiseXor |
| Binary Predicate that takes two arguments argument x , and y and returns the bitwise operation x^y More...
|
|
|
| viskores |
| Groups connected points that have the same field value.
|
|