Changeset 234 for osgVisual/trunk/include/dataIO
- Timestamp:
- Feb 13, 2011, 7:25:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/dataIO/visual_dataIO.h
r221 r234 80 80 * \brief Constructor, for setting the member variables. 81 81 * 82 * @param viewer_ : Pointer to the viewer. 83 * @param sceneCamera_ : Pointer to the scene camera. 82 * @param dataIO_ : Pointer to the dataIO class. 84 83 */ 85 84 dataIO_eventCallback(visual_dataIO* dataIO_):dataIO(dataIO_){}; 86 85 87 86 /** 88 * \brief This function is execute d as callback during updatetraversal.87 * \brief This function is executed as callback during event traversal. 89 88 * 90 89 */
Note: See TracChangeset
for help on using the changeset viewer.