Inheritance diagram for vetDigitalFilterParameters:

Public Member Functions | |
| vetDigitalFilterParameters () | |
| ~vetDigitalFilterParameters () | |
| void | reset () |
| void | setCurrentKernel (vetDFMatrix *data) |
| void | setClampNegative (bool value=true) |
| bool | isClampNegativeEnabled () |
| vetDFMatrix * | getCurrentKernel () |
| 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 | |
| vetDFMatrix * | currentKernel |
| bool | clampNegative |
Friends | |
| class | vetDigitalFilter |
Definition at line 39 of file vetDigitalFilter.h.
|
|
Deserialize class from XML format. Class' tag must be <vetCoder_MOVParameters>.
Implements vetFilterParameters. Definition at line 544 of file vetDigitalFilter.cpp. References vetFilterParameters::currentBuffer, currentKernel, vetDFMatrix::loadFromStream(), and VETRET_OK. |
|
|
Serialize class to XML format. Class' tag is <vetCoder_MOVParameters>.
Implements vetFilterParameters. Definition at line 512 of file vetDigitalFilter.cpp. References vetFilterParameters::currentBuffer, currentKernel, vetDFMatrix::saveToStream(), VETRET_INTERNAL_ERR, VETRET_OK, and VETRET_PARAM_ERR. |
1.4.4