Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <LoadCalibration.h>
Inheritance diagram for LoadCalibration< ROWS, COLS >:
Definition at line 9 of file LoadCalibration.h.
Public Member Functions | |
LoadCalibration (float f_cal[ROWS][COLS], float b_cal[ROWS][COLS]) | |
Constructor. | |
LoadCalibration (const std::string &n, float f_cal[ROWS][COLS], float b_cal[ROWS][COLS]) | |
Constructor. | |
LoadCalibration (const std::string &n, const std::string &d, float f_cal[ROWS][COLS], float b_cal[ROWS][COLS]) | |
Constructor. | |
Protected Member Functions | |
virtual ControlBase * | selectedFile (const std::string &f) |
calls readData() for each of the matrices | |
bool | readData (FILE *f, float mat[ROWS][COLS]) |
does the actual loading once a file is selected | |
Protected Attributes | |
float(* | forw_cal )[COLS] |
pointer to the forward calibration matrix | |
float(* | back_cal )[COLS] |
pointer to the backward calibration matrix | |
Private Member Functions | |
LoadCalibration (const LoadCalibration &) | |
don't call | |
LoadCalibration & | operator= (const LoadCalibration &) |
don't call |
|
Constructor.
Definition at line 13 of file LoadCalibration.h. |
|
Constructor.
Definition at line 17 of file LoadCalibration.h. |
|
Constructor.
Definition at line 21 of file LoadCalibration.h. |
|
don't call
|
|
don't call
|
|
does the actual loading once a file is selected
Definition at line 37 of file LoadCalibration.h. Referenced by LoadCalibration< ROWS, COLS >::selectedFile(). |
|
calls readData() for each of the matrices
Reimplemented from FileBrowserControl. Definition at line 27 of file LoadCalibration.h. |
|
pointer to the backward calibration matrix
Definition at line 55 of file LoadCalibration.h. Referenced by LoadCalibration< ROWS, COLS >::LoadCalibration(), and LoadCalibration< ROWS, COLS >::selectedFile(). |
|
pointer to the forward calibration matrix
Definition at line 54 of file LoadCalibration.h. Referenced by LoadCalibration< ROWS, COLS >::LoadCalibration(), LoadCalibration< ROWS, COLS >::readData(), and LoadCalibration< ROWS, COLS >::selectedFile(). |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:16 2004 by Doxygen 1.3.4 |