Changeset 220 for osgVisual/trunk/include
- Timestamp:
- Feb 2, 2011, 10:14:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/util/visual_util.h
r219 r220 276 276 * @return : double representation of the string. 277 277 */ 278 static intstrToDouble(std::string s);278 static double strToDouble(std::string s); 279 279 280 280 /** … … 284 284 * @return : Integer representation of the string. 285 285 */ 286 static doublestrToInt(std::string s);286 static int strToInt(std::string s); 287 287 288 288 /**
Note: See TracChangeset
for help on using the changeset viewer.