| 86 | | |
|---|
| 87 | | OSG_GEN_INTERNALPTR(RotateManipulator); |
|---|
| 88 | | |
|---|
| 89 | | /*========================== PUBLIC =================================*/ |
|---|
| 90 | | public: |
|---|
| 91 | | |
|---|
| 92 | | |
|---|
| | 90 | |
|---|
| | 91 | typedef RotateManipulator * ObjPtr; |
|---|
| | 92 | typedef RotateManipulator * const ObjPtrConst; |
|---|
| | 93 | typedef RotateManipulator const * ObjConstPtr; |
|---|
| | 94 | typedef RotateManipulator const * const ObjConstPtrConst; |
|---|
| | 95 | |
|---|
| | 96 | typedef RotateManipulator * ObjPtrArg; |
|---|
| | 97 | typedef RotateManipulator * const ObjPtrConstArg; |
|---|
| | 98 | typedef RotateManipulator const * ObjConstPtrArg; |
|---|
| | 99 | |
|---|
| | 100 | typedef InternalRefCountPtrBuilder<RotateManipulator>::Ptr ObjInternalRefPtr; |
|---|
| | 101 | typedef WeakRefCountPtrBuilder <RotateManipulator>::Ptr ObjWeakRefPtr; |
|---|
| | 102 | typedef MTRefCountPtrBuilder <RotateManipulator>::Ptr ObjMTRefPtr; |
|---|
| | 103 | typedef RefCountPtrBuilder <RotateManipulator>::Ptr ObjRefPtr; |
|---|
| | 104 | typedef ParentPtrBuilder <RotateManipulator>::Ptr ObjParentPtr; |
|---|
| | 105 | |
|---|
| | 106 | |
|---|
| | 107 | /*! \} */ |
|---|
| | 108 | /*---------------------------------------------------------------------*/ |
|---|
| | 109 | /*! \name Constants */ |
|---|
| | 110 | /*! \{ */ |
|---|
| | 111 | |
|---|
| | 112 | /*! \} */ |
|---|
| 217 | | typedef RefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorRefPtr; |
|---|
| 218 | | typedef MTRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorMTRefPtr; |
|---|
| 219 | | typedef WeakRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorWeakRefPtr; |
|---|
| 220 | | typedef InternalRefCountPtrBuilder<RotateManipulator>::Ptr RotateManipulatorInternalRefPtr; |
|---|
| 221 | | |
|---|
| 222 | | typedef ParentPtrBuilder<RotateManipulator>::Ptr RotateManipulatorParentPtr; |
|---|
| | 237 | typedef RotateManipulatorBase::ObjRefPtr RotateManipulatorRefPtr; |
|---|
| | 238 | typedef RotateManipulatorBase::ObjMTRefPtr RotateManipulatorMTRefPtr; |
|---|
| | 239 | typedef RotateManipulatorBase::ObjWeakRefPtr RotateManipulatorWeakRefPtr; |
|---|
| | 240 | typedef RotateManipulatorBase::ObjInternalRefPtr RotateManipulatorInternalRefPtr; |
|---|
| | 241 | typedef RotateManipulatorBase::ObjParentPtr RotateManipulatorParentPtr; |
|---|