.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "cepLsUi" "3" "26 November 2002" "" "" .SH NAME cepLsUi \- Displays the Least Squares user interface .SH SYNOPSIS .nf The follwing is an example of how to create this object. cepLsUi lsui; .fi .SH "DESCRIPTION" .PP An implementation of the cepLsUi class which displays all dialog boxes associated with the Least Squares GUI. void showIsReweight() Shows the re-weighting dialog box. void showWhichDir() Shows the choose direction dialog box. void showIsReadP(string dir) Shows the read from file dialog box. void showGetfNameP() Shows the choose file dialog box. const int & getIsReweight() Get the value returned from the dialog box. Returns 1 for yes, 0 for no or -1 for cancel. void showWeight(double startDate, double endDate, double val) Shows the "Weight Data" dialog box. fromDate:- is a cepDate that contains the the defaut start date toDate:- is a cepDate that contains the the defaut finish date val:- is a double that contains the the defaut weight for the given points const bool getWhichDir(char dir) Returns true if the given direction is selected, otherwise false is returned. dir:-The data direction. Must be one of x, y or z const int & getIsReadP() Get the value returned from the dialog box. Returns 1 for yes, 0 for no or -1 for cancel. const string & getfNameP() Returns the full path of the file selected for opening. If getFilename() returns "" the user has canceled this operation. const double getFromDate() Returns the defined start date as a decimal date. If a value of -1 is returned the action was canceled. const double getToDate() Returns the defined finished date as a decimal date. If a value of -1 is returned the action was canceled. const double getWeight() Returns the defined weighting value. If a value of -1 is returned the action was canceled. const bool & getDoVCV() Returns true if the VCV least squares transformation is to be prefomed now. .SH "VERSION" .PP This documentation was generated for the \fBGeodetic Data Manipulation System\fR 0.1 by \fBautodocbook\fR (http://www.stillhq.com). .SH "AUTHOR" .PP The \fBGeodetic Data Manipulation System\fR is under development by Michael Still (mikal@stillhq.com), Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling, and Nick Wheatstone. All code is Copyright 2002 Michael Still, Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling and Nick Wheatstone, and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the address above if you have something you would like to contribute. .SH "BUGS" .PP There are no known bugs in the \fBGeodetic Data Manipulation System\fR. If you find one, please contact mikal@stillhq.com and let me know.