XMLIO Class Reference
#include <XMLIO.h>
List of all members.
Detailed Description
XMLIO služi za IO operacije nad XML datotekama koje sadrže opis 3D scene U XML se upisuju transformacijski parametri i staza do datoteke modela čvora 
Constructor & Destructor Documentation
      
        
          | XMLIO::XMLIO  | 
          ( | 
          map< string, osg::ref_ptr< osg::Node >> &  | 
           models | 
           )  | 
           | 
        
      
 
 
Member Function Documentation
      
        
          | void XMLIO::loadScene  | 
          ( | 
          const char *  | 
           filename | 
           )  | 
           | 
        
      
 
učitavanje XML scene iz datoteke 
 
 
      
        
          | void XMLIO::saveScene  | 
          ( | 
          const char *  | 
           filename | 
           )  | 
           | 
        
      
 
pohranjivanje 3D scene u datoteku 
 
 
      
        
          | void XMLIO::sceneToXML  | 
          ( | 
          osg::Node *  | 
           root,  | 
        
        
           | 
           | 
          TiXmlElement &  | 
           parent |   | 
        
        
           | 
          ) | 
           |  |  [protected] | 
        
      
 
prolaskom kroz graf scene se upisuju elementi u XML počevši od parenta 
 
 
      
        
          | void XMLIO::XMLToScene  | 
          ( | 
          osg::Node *  | 
           root,  | 
        
        
           | 
           | 
          TiXmlElement &  | 
           model |   | 
        
        
           | 
          ) | 
           |  |  [protected] | 
        
      
 
 
Member Data Documentation
skup parova ime modela-čvor 
 
 
The documentation for this class was generated from the following files:
- C:/Users/Robert/Documents/Visual Studio 2008/Projects/ferprojekt/TerrainEditor/TerrainEditor/XMLIO.h
 
- C:/Users/Robert/Documents/Visual Studio 2008/Projects/ferprojekt/TerrainEditor/TerrainEditor/XMLIO.cpp