Inheritance diagram for vetCodec_IMGParameters:

Public Member Functions | |
| vetCodec_IMGParameters () | |
| Read current bitmap encoding/decoding format. | |
| vetCodec_IMGParameters (char *filename) | |
| ~vetCodec_IMGParameters () | |
| void | reset () |
| void | setFileNameIndex (int base=-1) |
| Set current index for filename progression, for example: basefile name is "output", index is 13 so filename is output13.bmp, if filename progression is enabled, when an operation is done onto file, idex is incremented. | |
| void | setFileNameProgression (bool value=true) |
| Enable or disable filename progression, for example: basefile name is "output", index is 13 so filename is output13.bmp, if filename progression is enabled, when an operation is done onto file, idex is incremented (output14.bmp). | |
| void | setAutoOutputEnabled (bool value=true) |
| Enable or disable auto input feature,. | |
| void | setAutoInputEnabled (bool value=true) |
| void | setDoBuffering (bool value=true) |
| void | setFileName (const char *filename) |
| int | getFileNameIndex () |
| Read current file name index, used in file name progression routines. | |
| bool | isFileNameProgressionEnabled () |
| bool | isAutoInputEnabled () |
| bool | isAutoOutputEnabled () |
| bool | isBufferingEnabled () |
| void | getFileName (char *filename) |
| Read base filename, if progression is enabled it's the base fixed name. | |
| void | getFileNameCurrent (char *filename) |
| Read current filename, if progression is enabled it's the base fixed name + current index + bmp extension. | |
| VETRESULT | saveToStreamXML (FILE *fp) |
| Serialize class to XML format. Class' tag is <vetCodec_MOVParameters>. | |
| VETRESULT | loadFromStreamXML (FILE *fp) |
| Deserialize class from XML format. Class' tag must be <vetCodec_MOVParameters>. | |
Protected Attributes | |
| int | fileNameIndex |
| char | fileNameBase [128] |
| bool | fileNameProgression |
| bool | autoOuput |
| bool | autoInput |
| bool | doBuffering |
Friends | |
| class | vetCodec_IMG |
Definition at line 59 of file vetCodec_IMG.h.
|
|
Read current bitmap encoding/decoding format.
Definition at line 693 of file vetCodec_IMG.cpp. References reset(). |
|
|
Read base filename, if progression is enabled it's the base fixed name.
Definition at line 722 of file vetCodec_IMG.cpp. References fileNameBase. |
|
|
Read current filename, if progression is enabled it's the base fixed name + current index + bmp extension.
|
|
|
Read current file name index, used in file name progression routines.
Definition at line 171 of file vetCodec_IMG.h. References fileNameIndex. |
|
|
Definition at line 192 of file vetCodec_IMG.h. References autoInput. |
|
|
Definition at line 206 of file vetCodec_IMG.h. References autoOuput. |
|
|
Definition at line 220 of file vetCodec_IMG.h. References doBuffering. |
|
|
Definition at line 180 of file vetCodec_IMG.h. References fileNameProgression. |
|
|
Deserialize class from XML format. Class' tag must be <vetCodec_MOVParameters>.
Implements vetCodecParameters. Definition at line 758 of file vetCodec_IMG.cpp. References autoInput, autoOuput, doBuffering, fileNameBase, fileNameIndex, and VETRET_OK. |
|
|
Serialize class to XML format. Class' tag is <vetCodec_MOVParameters>.
Implements vetCodecParameters. Definition at line 728 of file vetCodec_IMG.cpp. References autoInput, autoOuput, doBuffering, fileNameBase, fileNameIndex, VETRET_INTERNAL_ERR, VETRET_OK, and VETRET_PARAM_ERR. |
|
|
Definition at line 133 of file vetCodec_IMG.h. References autoInput. Referenced by reset(). |
|
|
Enable or disable auto input feature,.
Definition at line 119 of file vetCodec_IMG.h. References autoOuput. Referenced by reset(). |
|
|
Definition at line 147 of file vetCodec_IMG.h. References doBuffering. Referenced by reset(). |
|
|
Definition at line 716 of file vetCodec_IMG.cpp. References fileNameBase. Referenced by vetCodec_IMGParameters(). |
|
|
Set current index for filename progression, for example: basefile name is "output", index is 13 so filename is output13.bmp, if filename progression is enabled, when an operation is done onto file, idex is incremented.
Definition at line 95 of file vetCodec_IMG.h. References fileNameIndex. Referenced by reset(). |
|
|
Enable or disable filename progression, for example: basefile name is "output", index is 13 so filename is output13.bmp, if filename progression is enabled, when an operation is done onto file, idex is incremented (output14.bmp).
Definition at line 105 of file vetCodec_IMG.h. References fileNameProgression. Referenced by reset(). |
1.4.4