#include "Channels/IntegerDecodeType.H"
#include "Util/StringUtil.H"
#include "Util/log.H"
Go to the source code of this file.
Functions | |
std::string | convertToString (const IntegerDecodeType val) |
IntegerDecodeType overload. | |
void | convertFromString (const std::string &str, IntegerDecodeType &val) |
IntegerDecodeType overload. |
Strategies for decomposing input frames into integer-math components
Definition in file IntegerDecodeType.C.
void convertFromString | ( | const std::string & | str, | |
IntegerDecodeType & | val | |||
) |
IntegerDecodeType overload.
Definition at line 60 of file IntegerDecodeType.C.
References INTG_DECODE_RGB, INTG_DECODE_VIDEO, and toLowerCase().
std::string convertToString | ( | const IntegerDecodeType | val | ) |
IntegerDecodeType overload.
Definition at line 47 of file IntegerDecodeType.C.
References INTG_DECODE_RGB, and INTG_DECODE_VIDEO.