Changeset 150 for osgVisual/include/distortion
- Timestamp:
- Nov 9, 2010, 7:40:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/distortion/visual_distortion.h
r148 r150 75 75 virtual ~visual_distortion(void); 76 76 77 bool processXMLConfiguration(); 78 79 /** 80 * \brief This function parses the arguments for distortion relevant parameters. 77 /** 78 * \brief This function parses the XML config file for distortion relevant parameters. 81 79 * 82 80 * @return : True if parsing was successful. 83 81 */ 84 bool processCommandlineparameters();82 bool processXMLConfiguration(); 85 83 86 84 /**
Note: See TracChangeset
for help on using the changeset viewer.