Search Results

#include <limits>
#include <Core/Utils/Functors-Impl.hpp>

Go to the source code of this file.

Classes

struct  CubbyFlow::NoOp< T >
No-op operator. More...
 
struct  CubbyFlow::TypeCast< T, U >
Type casting operator. More...
 
struct  CubbyFlow::DoCeil< T >
Performs std::ceil. More...
 
struct  CubbyFlow::DoFloor< T >
Performs std::floor. More...
 
struct  CubbyFlow::RMinus< T >
Reverse minus operator. More...
 
struct  CubbyFlow::RDivides< T >
Reverse divides operator. More...
 
struct  CubbyFlow::DoMin< T >
Takes minimum value. More...
 
struct  CubbyFlow::DoMax< T >
Takes maximum value. More...
 
struct  CubbyFlow::DoAbsMin< T >
Takes absolute minimum value. More...
 
struct  CubbyFlow::DoAbsMax< T >
Takes absolute maximum value. More...
 
struct  CubbyFlow::SimilarTo< T >
True if similar. More...
 
struct  CubbyFlow::DoClamp< T >
Clamps the input value with low/high. More...
 

Namespaces

 CubbyFlow