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

Go to the source code of this file.

Classes

struct  vtkm::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  vtkm::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  vtkm::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  vtkm::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  vtkm::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  vtkm::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

 vtkm
 Groups connected points that have the same field value.