|
Developer Documentation
|
#include <ACG/Utils/NumLimitsT.h>
Public Member Functions | |
| int | min () |
| int | max () |
| float | min () |
| float | max () |
| double | min () |
| 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 91 of file NumLimitsT.hh.
|
inlinestatic |
Return the maximum absolte value a scalar type can store.
Definition at line 97 of file NumLimitsT.hh.
|
inline |
Definition at line 102 of file NumLimitsT.hh.
|
inline |
Definition at line 105 of file NumLimitsT.hh.
|
inline |
Definition at line 108 of file NumLimitsT.hh.
|
inlinestatic |
Return the smallest absolte value a scalar type can store.
Definition at line 95 of file NumLimitsT.hh.
|
inline |
Definition at line 101 of file NumLimitsT.hh.
|
inline |
Definition at line 104 of file NumLimitsT.hh.
|
inline |
Definition at line 107 of file NumLimitsT.hh.