Changeset 1193 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.inl
- Timestamp:
- 05/05/08 06:39:01 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.inl
r787 r1193 86 86 //! Get the value of the GeoMultiPropertyData::_sfGLId field. 87 87 inline 88 const UInt32 &GeoMultiPropertyDataBase::getGLId(void) const88 const UInt32 GeoMultiPropertyDataBase::getGLId(void) const 89 89 { 90 90 return _sfGLId.getValue(); … … 110 110 //! Get the value of the \a index element the GeoMultiPropertyData::_mfIData field. 111 111 inline 112 const UInt8 &GeoMultiPropertyDataBase::getIData(const UInt32 index) const112 const UInt8 GeoMultiPropertyDataBase::getIData(const UInt32 index) const 113 113 { 114 114 return _mfIData[index]; … … 121 121 122 122 return _mfIData[index]; 123 }124 125 //! Get the GeoMultiPropertyData::_mfIData field.126 inline127 MFUInt8 &GeoMultiPropertyDataBase::editIData(void)128 {129 editMField(IDataFieldMask, _mfIData);130 131 return _mfIData;132 123 } 133 124 … … 147 138 #endif 148 139 149 150 //! Get the GeoMultiPropertyData::_mfIData field.151 inline152 const MFUInt8 &GeoMultiPropertyDataBase::getIData(void) const153 {154 return _mfIData;155 }156 140 157 141
