Viskores  1.0
Classes | Namespaces
BinaryPredicates.h File Reference
#include <viskores/internal/ExportMacros.h>

Go to the source code of this file.

Classes

struct  viskores::NotEqual
 Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is not equal to y. More...
 
struct  viskores::Equal
 Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is equal to y. More...
 
struct  viskores::SortLess
 Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is less than y. More...
 
struct  viskores::SortGreater
 Binary Predicate that takes two arguments argument x, and y and returns True if and only if x is greater than y. More...
 
struct  viskores::LogicalAnd
 Binary Predicate that takes two arguments argument x, and y and returns True if and only if x and y are True. More...
 
struct  viskores::LogicalOr
 Binary Predicate that takes two arguments argument x, and y and returns True if and only if x or y is True. More...
 

Namespaces

 viskores
 Groups connected points that have the same field value.