
Definition in file IntegerDecodeType.H.
#include <string>
Include dependency graph for IntegerDecodeType.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | IntegerDecodeType { INTG_DECODE_RGB, INTG_DECODE_VIDEO } |
| Strategies for decomposing input frames into integer-math components. More... | |
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 at line 44 of file IntegerDecodeType.H. |
|
||||||||||||
|
IntegerDecodeType overload.
Definition at line 60 of file IntegerDecodeType.C. References INTG_DECODE_RGB, INTG_DECODE_VIDEO, LFATAL, and toLowerCase(). |
|
|
IntegerDecodeType overload.
Definition at line 47 of file IntegerDecodeType.C. References INTG_DECODE_RGB, INTG_DECODE_VIDEO, and LFATAL. |
1.4.4