Changeset 218 for osgVisual/trunk/include/util
- Timestamp:
- Feb 2, 2011, 9:36:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/util/visual_util.h
r193 r218 18 18 #include <string.h> 19 19 #include <iostream> 20 #include <sstream> 20 21 #include <libxml/parser.h> 21 22 #include <libxml/tree.h> … … 269 270 static std::string getAnimationPathFromXMLConfig(std::string configFilename); 270 271 272 static int strToDouble(std::string s); 273 static double strToInt(std::string s); 274 static bool strToBool(std::string s); 275 271 276 private: 272 277 /**
Note: See TracChangeset
for help on using the changeset viewer.