| Molecule Viewer
    | 
|   AppMain | The main class of Molecule Viewer Renderer | 
|   Atom | Class representing a single Atom of a Molecule (an Atom is drawn as a colored sphere) | 
|   Directions | This class maintains the directions used for the ambient occlusion computation | 
|   Loader | Class responsible for loading a molecule | 
|   QGLWidget | |
|    Widget | QT OpenGL Widget where the molecule is rendered inside | 
|   QMainWindow | |
|    MainWindow | The main window of the QT Viewer | 
|   SceneObject | Scene Object is the base class for all objects in the scene (Camera, Light and Molecule) | 
|    Camera | Class representing the camera in the scene, a perspective projection is used | 
|    Light | Class representing the main light in the scene, which is a point light source! | 
|   Shader | Represents a shader program | 
|   Ui_MainWindow | |
|    Ui::MainWindow | |
|   Ui_Settings | |
|    Ui::Settings | 
 1.8.3.1
 1.8.3.1