#include <ImathLimits.h>
Static Public Member Functions | |
| static T | min () |
| static T | max () |
| static T | smallest () |
| static T | epsilon () |
| static bool | isIntegral () |
| static bool | isSigned () |
Definition at line 117 of file ImathLimits.h.
| static T Imath::limits< T >::epsilon | ( | ) | [static] |
| static bool Imath::limits< T >::isIntegral | ( | ) | [static] |
| static bool Imath::limits< T >::isSigned | ( | ) | [static] |
| static T Imath::limits< T >::max | ( | ) | [static] |
| static T Imath::limits< T >::min | ( | ) | [static] |
| static T Imath::limits< T >::smallest | ( | ) | [static] |
1.5.9