Changeset 9547
- Timestamp:
- 01/26/09 11:52:16 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgAnimation/AnimationManager.cpp
r9372 r9547 12 12 13 13 #include <osg/CopyOp> 14 #include <osg/NodeVisitor>15 14 #include <osg/Object> 16 15 #include <osgAnimation/Animation> … … 43 42 "", 44 43 ""); 44 I_Method0(const char *, libraryName, 45 Properties::VIRTUAL, 46 __C5_char_P1__libraryName, 47 "return the name of the object's library. ", 48 "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. "); 45 49 I_Method0(const char *, className, 46 50 Properties::VIRTUAL, … … 48 52 "return the name of the object's class type. ", 49 53 "Must be defined by derived classes. "); 50 I_Method0(const char *, libraryName,51 Properties::VIRTUAL,52 __C5_char_P1__libraryName,53 "return the name of the object's library. ",54 "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. ");55 I_Method1(void, accept, IN, osg::NodeVisitor &, nv,56 Properties::VIRTUAL,57 __void__accept__osg_NodeVisitor_R1,58 "",59 "");60 54 I_Constructor0(____AnimationManager, 61 55 "",
