=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyOpenGLController.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/cfep/MyOpenGLController.h 2006/03/03 23:31:12 1.1 +++ OpenXM/src/cfep/MyOpenGLController.h 2006/03/07 11:15:23 1.2 @@ -38,5 +38,16 @@ -(BOOL) windowShouldClose: (NSWindow *)sender ; -(void) addOglComm: (NSString *)comm ; // Adding a OpenGL command. -(void) addOglInitComm: (NSString *)comm ; // Adding a OpenGL initialization command. +-(int) countOfOglComm ; +-(int) countOfOglInitComm; +-(int) removeLastOfOglComm; +-(int) removeLastOfOglInitComm; +-(int) removeAllOfOglComm; +-(int) removeAllOfOglInitComm; +-(NSMutableArray *) getListOfOglComm; +-(NSMutableArray *) getListOfOglInitComm; +-(void) showCount; +-(void) showEyeX: (float) x Y: (float) y Z: (float) z ; +-(void) clearOutput; -(void) output: (NSString *)msg; @end