72 DeclareGetClassType();
Byte Order utilities class.
Definition ByteOrderUtilities.h:26
static const CResult SwitchByteOrder(T *pArrTValues, int64_t i64Count, T *pArrTResults=nullptr)
Switch the byte order (endian) of the input array.
static T SwitchByteOrder(T tValue)
Switch the byte order (endian) of the input value and returns it.
CByteOrderUtilities()
Constructor.
Top-level base class of FLImaging.
Definition FLBase.h:36
FLImaging module execution result object.
Definition ResultsDef.h:1514