Biomechanical Joint Model
 Author: Anderson Maciel

discretizer.ui.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** ui.h extension file, included from the uic-generated form implementation.
00003 **
00004 ** If you wish to add, delete or rename functions or slots use
00005 ** Qt Designer which will update this file, preserving your code. Create an
00006 ** init() function in place of a constructor, and a destroy() function in
00007 ** place of a destructor.
00008 *****************************************************************************/
00009 #include <qfiledialog.h>
00010 
00011 
00012 void discretizer::fileOpen()
00013 {
00014     
00015 }
00016 
00017 
00018 void discretizer::fileExportAs()
00019 {
00020 
00021 }
00022 
00023 
00024 
00025 
00026 void discretizer::fileExit()
00027 {
00028     exit(1);
00029 }
00030 
00031 
00032 
00033 
00034 void discretizer::helpAbout()
00035 {
00036     openglArea->help();
00037 }
00038 
00039 
00040 void discretizer::init()
00041 {
00042     openglArea->startTimer( 50 );
00043 }
00044 
00045 
00046 
00047 
00048 
00049 
00050 void discretizer::viewOptions()
00051 {
00052 
00053 }
00054 
00055 
00056 void discretizer::updateSampling()
00057 {
00058 
00059 }

Generated on Thu Dec 1 10:13:37 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5