Changeset 1016 for branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGScaleManipulatorBase.inl
- Timestamp:
- 11/14/07 17:11:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGScaleManipulatorBase.inl
r788 r1016 49 49 \*****************************************************************************/ 50 50 51 // #include "OSGContainerPtrFuncs.h" 52 51 53 OSG_BEGIN_NAMESPACE 52 54 53 54 55 //! access the type of the class 55 inline 56 OSG::FieldContainerType &ScaleManipulatorBase::getClassType(void)56 inline OSG::FieldContainerType & 57 ScaleManipulatorBase::getClassType(void) 57 58 { 58 59 return _type; … … 60 61 61 62 //! access the numerical type of the class 62 inline 63 OSG::UInt32ScaleManipulatorBase::getClassTypeId(void)63 inline OSG::UInt32 64 ScaleManipulatorBase::getClassTypeId(void) 64 65 { 65 66 return _type.getId(); 66 67 } 67 68 68 inline 69 OSG::UInt16ScaleManipulatorBase::getClassGroupId(void)69 inline OSG::UInt16 70 ScaleManipulatorBase::getClassGroupId(void) 70 71 { 71 72 return _type.getGroupId(); 72 73 } 73 74 74 /*------------------------------ get -----------------------------------*/ 75 76 75 77 76 78 77 #ifdef OSG_MT_CPTR_ASPECT 79 78 inline 80 void ScaleManipulatorBase::execSync ( ScaleManipulatorBase *pFrom,81 ConstFieldMaskArg whichField,82 AspectOffsetStore &oOffsets,83 ConstFieldMaskArg syncMode,84 const UInt32uiSyncInfo)79 void ScaleManipulatorBase::execSync (ScaleManipulatorBase *pFrom, 80 ConstFieldMaskArg whichField, 81 AspectOffsetStore &oOffsets, 82 ConstFieldMaskArg syncMode, 83 UInt32 const uiSyncInfo) 85 84 { 86 85 Inherited::execSync(pFrom, whichField, oOffsets, syncMode, uiSyncInfo); … … 89 88 90 89 91 inline 92 Char8 *ScaleManipulatorBase::getClassname(void)90 inline Char8 const * 91 ScaleManipulatorBase::getClassname(void) 93 92 { 94 93 return "ScaleManipulator"; 95 94 } 96 OSG_GEN_CONTAINERPTR(ScaleManipulator);97 95 98 96 OSG_END_NAMESPACE
