LapCourseSS04Minutes0107

Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

THIS WEBPAGE IS DEPRECATED - please visit our new website

Discussion on General Design

UI
  • New class FL_GL_Window that is parent to ViewGLWindow
  • ViewGLWindow owns handle() and draw() method to be implemented
  • UI kids (SliceViewUI, VolumeViewUI...) contain instances of ViewGLWindow (m_viewgl)
GL
  • ViewGL contains object m_ui for UI update
  • ViewGL and kids just for output and code on how to handle input. Observing is taken care off by ViewGLWindow group

-- HenningHerbers - 01 Jul 2004


Edit | Attach | Refresh | Diffs | More | Revision r1.1 - 07 Jul 2004 - 13:14 - BastianSeehaus