Developer Documentation
|
#include <ACG/Utils/NumLimitsT.h>
Public Member Functions | |
template<> | |
int | min () |
template<> | |
int | max () |
template<> | |
float | min () |
template<> | |
float | max () |
template<> | |
double | min () |
template<> | |
double | max () |
Static Public Member Functions | |
static Scalar | min () |
Return the smallest absolte value a scalar type can store. | |
static Scalar | max () |
Return the maximum absolte value a scalar type can store. | |
This class provides the maximum and minimum values a certain scalar type (int
, float
, or double
) can store. You can use it like this:
Definition at line 98 of file NumLimitsT.hh.