OptHandler Class Reference
#include <OptHandler.h>
List of all members.
Detailed Description
The class for saving the differents options 
Constructor & Destructor Documentation
      
        
          | OptHandler::OptHandler | ( |  | ) |  | 
      
 
 
      
        
          | OptHandler::~OptHandler | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | void OptHandler::load | ( | std::string | filename | ) |  | 
      
 
Load the given XML-configuration file 
- Parameters:
- 
  
    |  | filename | Filename of the XML-configuration file |  
 
 
 
      
        
          | void OptHandler::save | ( | std::string | filename | ) |  | 
      
 
Save the current configuration to a XML-file 
- Parameters:
- 
  
    |  | filename | Filename of the new XML-file |  
 
 
 
Update the different pointer 
- Parameters:
- 
  
    |  | _camera | New pointer to the camera |  |  | _light | New pointer to the lightsource |  |  | _pointList | New pointer to the pointlist of the transfer function |  |  | _scene | New pointer to the scenerender |  
 
 
 
The documentation for this class was generated from the following files:
- D:/C++/Visualisierung/vislab/src/OptHandler.h
- D:/C++/Visualisierung/vislab/src/OptHandler.cpp