Changeset 10058
- Timestamp:
- 04/21/09 14:02:15 (4 years ago)
- Location:
- OpenSceneGraph/trunk/src/osgWrappers
- Files:
-
- 2 modified
-
osgAnimation/MorphGeometry.cpp (modified) (1 diff)
-
osgDB/ReaderWriter.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgAnimation/MorphGeometry.cpp
r9878 r10058 105 105 __void__addMorphTarget__osg_Geometry_P1__float, 106 106 "Add a MorphTarget to the MorphGeometry. ", 107 " param MorphTarget The MorphTarget to be added to the MorphGeometry. return true for success; false otherwise. ");107 " param morphTarget The MorphTarget to be added to the MorphGeometry. return true for success; false otherwise. "); 108 108 I_Method2(void, setWeight, IN, unsigned int, index, IN, float, morphWeight, 109 109 Properties::NON_VIRTUAL, -
OpenSceneGraph/trunk/src/osgWrappers/osgDB/ReaderWriter.cpp
r9918 r10058 384 384 "Remove a value from the PluginData. ", 385 385 ""); 386 I_Method2(void, setPluginStringData, IN, const std::string &, s, IN, const std::string &, v, 387 Properties::NON_VIRTUAL, 388 __void__setPluginStringData__C5_std_string_R1__C5_std_string_R1, 389 "Sets a plugindata value PluginData with a string. ", 390 ""); 391 I_Method1(std::string, getPluginStringData, IN, const std::string &, s, 392 Properties::NON_VIRTUAL, 393 __std_string__getPluginStringData__C5_std_string_R1, 394 "Get a string from the PluginStrData. ", 395 ""); 396 I_Method1(const std::string, getPluginStringData, IN, const std::string &, s, 397 Properties::NON_VIRTUAL, 398 __C5_std_string__getPluginStringData__C5_std_string_R1, 399 "Get a value from the PluginData. ", 400 ""); 401 I_Method1(void, removePluginStringData, IN, const std::string &, s, 402 Properties::NON_VIRTUAL, 403 __void__removePluginStringData__C5_std_string_R1, 404 "Remove a value from the PluginData. ", 405 ""); 386 406 I_SimpleProperty(osgDB::AuthenticationMap *, AuthenticationMap, 387 407 0, … … 406 426 __void__setPluginData__C5_std_string_R1__void_P1, 407 427 0); 428 I_IndexedProperty(std::string, PluginStringData, 429 __std_string__getPluginStringData__C5_std_string_R1, 430 __void__setPluginStringData__C5_std_string_R1__C5_std_string_R1, 431 0); 408 432 END_REFLECTOR 409 433
