Ignore:
Timestamp:
Feb 2, 2011, 9:36:49 AM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/util/visual_util.h

    r193 r218  
    1818#include <string.h>
    1919#include <iostream>
     20#include <sstream>
    2021#include <libxml/parser.h>
    2122#include <libxml/tree.h>
     
    269270        static std::string getAnimationPathFromXMLConfig(std::string configFilename);
    270271
     272        static int strToDouble(std::string s);
     273        static double strToInt(std::string s);
     274        static bool strToBool(std::string s);
     275
    271276private:
    272277        /**
Note: See TracChangeset for help on using the changeset viewer.