.\" 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 "cepLsWeight" "3" "26 November 2002" "" ""
.SH NAME
cepLsWeight \- Displays the \&"Weight Data\&" dialog box for the user interface
.SH SYNOPSIS
.nf
The follwing is an example of how to create this object.
cepLsWeight dr(fromDay, fromMonth, fromYear,
toDay, toMonth, toYear,
val);
fromDay:- is a wxString that contains the start day
fromMonth:- is a wxString that contains the start month
fromYear:- is a wxString that contains the start year
toDay:- is a wxString that contains the finish day
toMonth:- is a wxString that contains the finish month
toYear:- is a wxString that contains the finish year
val:- is a wxString that contains the default weighting value
.fi
.SH "DESCRIPTION"
.PP
An implementation of the cepLsWeight class
which displays a custom wxWindows dialog box.
const wxString & getFromDay()
Returns the start day selected. If -1 is returned this action was canceled.
const wxString & getFromMonth()
Returns the start month selected. If -1 is returned this action was canceled.
const wxString & getFromYear()
Returns the start year selected. If -1 is returned this action was canceled.
const wxString & getToDay()
Returns the finish day selected. If -1 is returned this action was canceled.
const wxString & getToMonth()
Returns the finish month selected. If -1 is returned this action was canceled.
const wxString & getToYear()
Returns the weight selected. If -1 is returned this action was canceled.
const wxString & getWeight()
Returns the start day is selected. If -1 is returned this 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.