Ignore:
Timestamp:
Nov 1, 2010, 6:24:56 PM (14 years ago)
Author:
Torben Dannhauer
Message:

start to move osgVisual from argument based configuratiobn to xml file based configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/dataIO/visual_dataIO.h

    r118 r144  
    145145        static visual_dataIO* getInstance();
    146146
    147         void init(osgViewer::Viewer* viewer_,osg::ArgumentParser& arguments_);
     147        void init(osgViewer::Viewer* viewer_,osg::ArgumentParser& arguments_, std::string configFileName);
    148148        void shutdown();
    149149        bool isMaster(){if (clusterMode==osgVisual::dataIO_cluster::MASTER) return true; else return false;};
Note: See TracChangeset for help on using the changeset viewer.