Base class for numeric traits definition for primitive data types.. More...
#include <cmtkNumericTraits.h>
Static Public Member Functions | |
static TType | ConvertFromDataItem (const Types::DataItem value) |
Convert from float to given data type. | |
Static Public Attributes | |
static const TType | DefaultPaddingValue |
Default value to use for padding data with a given type. |
Base class for numeric traits definition for primitive data types..
Definition at line 52 of file cmtkNumericTraits.h.
static TType cmtk::NumericTraits< TType >::ConvertFromDataItem | ( | const Types::DataItem | value ) | [static] |
Convert from float to given data type.
const TType cmtk::NumericTraits< TType >::DefaultPaddingValue [static] |
Default value to use for padding data with a given type.
Definition at line 56 of file cmtkNumericTraits.h.