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