contains the details of an sfrPlus test to be performed including all relevant fields for determining pass or fail
More...
|
| | SFRplusTest (void) |
| |
| virtual | ~SFRplusTest (void) |
| |
| const bool * | GetQSO () |
| |
| | SFRplusTest (void) |
| |
| virtual | ~SFRplusTest (void) |
| |
| const bool * | GetQSO () |
| |
| void | ClearQSO (void) |
| |
| | ImageTest (void) |
| |
| virtual | ~ImageTest (void) |
| |
| virtual void | Run () |
| | Runs the test pointed to by m_imatestFunc. More...
|
| |
| virtual void | Run (void *raw_pixels, int width, int height, const Config *config) |
| |
| void | GetLog (CString &dst) |
| |
| void | GetFailInfo (CString &dst) |
| |
| void | GetJSON (CString &dst) |
| |
| void | GetName (CString &name) |
| |
| void | GetSummary (CString &dst) |
| |
| void | Init (void *raw_pixels, int width, int height, const Config *config) |
| |
| bool | Passed () |
| |
| void | SetBuffer (void *buf) |
| |
| | ImageTest (void) |
| |
| virtual | ~ImageTest (void) |
| |
| virtual void | Run () |
| |
| virtual void | Run (void *raw_pixels, int width, int height, const Config *config) |
| |
| void | GetLog (CString &dst) |
| |
| void | GetFailInfo (CString &dst) |
| |
| void | GetJSON (CString &dst) |
| |
| void | GetName (CString &name) |
| |
| void | GetSummary (CString &dst) |
| |
| void | Init (void *raw_pixels, int width, int height, const Config *config) |
| |
| bool | Passed () |
| |
| void | SetBuffer (void *buf) |
| |
|
| void | GetResults (JSONNode &passfail) |
| | Gets the pass/fail results for a range of pass/fail metrics to be displayed in summary dialog. More...
|
| |
| void | ParseResults (string &results) |
| | Parses the JSON output of an sfrPlus test to determine the pass/fail status of the various metrics. More...
|
| |
| void | ParseOverlay (JSONNode &data, JSONNode &passfail) |
| | Determines the pass/fail result for each quadrant. More...
|
| |
| void | GetResults (JSONNode &passfail) |
| |
| void | ParseResults (string &results) |
| | This must be implemented by subclass. More...
|
| |
| void | ParseOverlay (JSONNode &data, JSONNode &passfail) |
| |
| bool | AllocateRGB () |
| |
| void | AppendLog (CString &log) |
| |
| void | ClearLog () |
| |
| void | ClearJSON () |
| |
| void | ClearFailInfo () |
| |
| void | ClearSummary () |
| |
| void | DeleteRGB () |
| |
| bool | GetDataNode (string &results, JSONNode &data, bool logErrors=true) |
| |
| bool | GetPassFailNode (JSONNode &data, JSONNode &passFail, bool logErrors=true) |
| |
| void | PlanesFromRGB () |
| | converts from m_rawPixels to m_rgb More...
|
| |
| void | GetString (JSONNode &node, const char *name, json_string &string, bool logErrors=true) |
| |
| void | InitResults () |
| |
| void | ParseFailures (const JSONNode *data) |
| |
| void | RGBFromPlanes (UINT *rgb) |
| | converts from m_rgb to rgb More...
|
| |
| void | SaveImage (RGBQUAD *buf, const char *filename) |
| |
| void | SetJSON (string &src) |
| |
| void | SetSummary (CString &src) |
| |
| bool | AllocateRGB () |
| |
| void | AppendLog (CString &log) |
| |
| void | ClearLog () |
| |
| void | ClearJSON () |
| |
| void | ClearFailInfo () |
| |
| void | ClearSummary () |
| |
| void | DeleteRGB () |
| |
| bool | GetDataNode (string &results, JSONNode &data, bool logErrors=true) |
| |
| bool | GetPassFailNode (JSONNode &data, JSONNode &passFail, bool logErrors=true) |
| |
| void | PlanesFromRGB () |
| |
| void | GetString (JSONNode &node, const char *name, json_string &string, bool logErrors=true) |
| |
| void | InitResults () |
| |
| void | ParseFailures (const JSONNode *data) |
| |
| void | RGBFromPlanes (UINT *rgb) |
| |
| void | SaveImage (RGBQUAD *buf, const char *filename) |
| |
| void | SetJSON (string &src) |
| |
| void | SetSummary (CString &src) |
| |
contains the details of an sfrPlus test to be performed including all relevant fields for determining pass or fail