Inheritance diagram for vetFilterColorParameters:

Public Types | |
| enum | RUNMODE |
Public Member Functions | |
| vetFilterColorParameters (RUNMODE mode=vetFilterColorParameters::DO_NOTHING) | |
| ~vetFilterColorParameters () | |
| void | reset () |
| void | setRunMode (RUNMODE mode) |
| RUNMODE | getRunMode () |
| void | setWorkingBpp (unsigned int value) |
| unsigned int | getWorkingBpp () |
| void | setBitPlaneBits (unsigned int value) |
| unsigned int | getBitPlaneBits () |
| VETRESULT | saveToStreamXML (FILE *fp) |
| Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>. | |
| VETRESULT | loadFromStreamXML (FILE *fp) |
| Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>. | |
Protected Attributes | |
| RUNMODE | runMode |
| unsigned int | currBpp |
| unsigned int | currBits |
Friends | |
| class | vetFilterColor |
Definition at line 39 of file vetFilterColor.h.
|
|
Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>.
Implements vetFilterParameters. Definition at line 402 of file vetFilterColor.cpp. References currBits, currBpp, vetFilterParameters::currentBuffer, runMode, and VETRET_OK. |
|
|
Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>.
Implements vetFilterParameters. Definition at line 374 of file vetFilterColor.cpp. References currBits, currBpp, vetFilterParameters::currentBuffer, runMode, VETRET_INTERNAL_ERR, VETRET_OK, and VETRET_PARAM_ERR. |
1.4.4