#include <TestPlot.h>
Public Member Functions | |
void | TestPlot () |
Groups together all the other plot testing functions into a comprehensive plot test. | |
Protected Member Functions | |
void | TestPlotGetters (clPlot *p_oPlot) |
Tests clPlot's getter functions. | |
void | TestGetDistance (clPlot *p_oPlot) |
Tests the GetDistance() function of clPlot. | |
void | TestGetAzimuth (clPlot *p_oPlot) |
Tests the GetAzimuth() function of clPlot. | |
void | TestGetFastAzimuthAngle (clPlot *p_oPlot) |
Tests the GetFastAzimuthAngle() function of clPlot. | |
void | TestGetUncorrectedXandY (clPlot *p_oPlot) |
Tests the GetUncorrectedX and GetUncorrectedY functions of clPlot. | |
char * | WriteXMLFile1 () |
Writes a parameter file to test plot. |
void clTestPlot::TestPlot | ( | ) |
Groups together all the other plot testing functions into a comprehensive plot test.
void clTestPlot::TestPlotGetters | ( | clPlot * | p_oPlot | ) | [protected] |
Tests clPlot's getter functions.
void clTestPlot::TestGetDistance | ( | clPlot * | p_oPlot | ) | [protected] |
Tests the GetDistance() function of clPlot.
void clTestPlot::TestGetAzimuth | ( | clPlot * | p_oPlot | ) | [protected] |
Tests the GetAzimuth() function of clPlot.
void clTestPlot::TestGetFastAzimuthAngle | ( | clPlot * | p_oPlot | ) | [protected] |
Tests the GetFastAzimuthAngle() function of clPlot.
This is not yet a thorough test - just one to help with bug fixes.
void clTestPlot::TestGetUncorrectedXandY | ( | clPlot * | p_oPlot | ) | [protected] |
Tests the GetUncorrectedX and GetUncorrectedY functions of clPlot.
char* clTestPlot::WriteXMLFile1 | ( | ) | [protected] |
Writes a parameter file to test plot.