Changeset 54 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.inl
- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.inl
r2 r54 108 108 } 109 109 110 #ifdef OSG_1_COMPAT 111 inline 112 UInt32 &GeoMultiPropertyBase::getOffset(void) 113 { 114 return this->editOffset(); 115 } 116 #endif 117 110 118 //! Set the value of the GeoMultiProperty::_sfOffset field. 111 119 inline … … 133 141 } 134 142 143 #ifdef OSG_1_COMPAT 144 inline 145 GLenum &GeoMultiPropertyBase::getIFormat(void) 146 { 147 return this->editIFormat(); 148 } 149 #endif 150 135 151 //! Set the value of the GeoMultiProperty::_sfIFormat field. 136 152 inline … … 158 174 } 159 175 176 #ifdef OSG_1_COMPAT 177 inline 178 UInt32 &GeoMultiPropertyBase::getIDimension(void) 179 { 180 return this->editIDimension(); 181 } 182 #endif 183 160 184 //! Set the value of the GeoMultiProperty::_sfIDimension field. 161 185 inline … … 183 207 } 184 208 209 #ifdef OSG_1_COMPAT 210 inline 211 UInt32 &GeoMultiPropertyBase::getISize(void) 212 { 213 return this->editISize(); 214 } 215 #endif 216 185 217 //! Set the value of the GeoMultiProperty::_sfISize field. 186 218 inline … … 208 240 } 209 241 242 #ifdef OSG_1_COMPAT 243 inline 244 bool &GeoMultiPropertyBase::getINormalize(void) 245 { 246 return this->editINormalize(); 247 } 248 #endif 249 210 250 //! Set the value of the GeoMultiProperty::_sfINormalize field. 211 251 inline … … 232 272 return _sfIStride.getValue(); 233 273 } 274 275 #ifdef OSG_1_COMPAT 276 inline 277 UInt32 &GeoMultiPropertyBase::getIStride(void) 278 { 279 return this->editIStride(); 280 } 281 #endif 234 282 235 283 //! Set the value of the GeoMultiProperty::_sfIStride field. … … 328 376 OSG_END_NAMESPACE 329 377 330 #define OSGGEOMULTIPROPERTYBASE_INLINE_CVSID "@(#)$Id: OSGGeoMultiPropertyBase.inl,v 1.1.2.5 2006/08/01 08:48:57 vossg Exp$"331 378 #define OSGGEOMULTIPROPERTYBASE_INLINE_CVSID "@(#)$Id: $" 379
