| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
LoadCalibration< ROWS, COLS > Class Template Reference#include <LoadCalibration.h>
Inheritance diagram for LoadCalibration< ROWS, COLS >: ![]() Detailed Descriptiontemplate<unsigned int ROWS, unsigned int COLS>
will load calibration parameters from a text file into a forward and backward matrix
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.1+Doc |
Generated Mon Feb 9 22:19:47 2004 by Doxygen 1.3.5 |