Changeset 1193 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.inl
- Timestamp:
- 05/05/08 06:39:01 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.inl
r1178 r1193 89 89 90 90 _sfContainer.setValue(value); 91 92 91 } 93 92 //! Get the value of the GeoMultiProperty::_sfOffset field. … … 103 102 //! Get the value of the GeoMultiProperty::_sfOffset field. 104 103 inline 105 const UInt32 &GeoMultiPropertyBase::getOffset(void) const104 const UInt32 GeoMultiPropertyBase::getOffset(void) const 106 105 { 107 106 return _sfOffset.getValue(); … … 136 135 //! Get the value of the GeoMultiProperty::_sfIFormat field. 137 136 inline 138 const GLenum &GeoMultiPropertyBase::getIFormat(void) const137 const GLenum GeoMultiPropertyBase::getIFormat(void) const 139 138 { 140 139 return _sfIFormat.getValue(); … … 169 168 //! Get the value of the GeoMultiProperty::_sfIDimension field. 170 169 inline 171 const UInt32 &GeoMultiPropertyBase::getIDimension(void) const170 const UInt32 GeoMultiPropertyBase::getIDimension(void) const 172 171 { 173 172 return _sfIDimension.getValue(); … … 202 201 //! Get the value of the GeoMultiProperty::_sfISize field. 203 202 inline 204 const UInt32 &GeoMultiPropertyBase::getISize(void) const203 const UInt32 GeoMultiPropertyBase::getISize(void) const 205 204 { 206 205 return _sfISize.getValue(); … … 235 234 //! Get the value of the GeoMultiProperty::_sfINormalize field. 236 235 inline 237 const bool &GeoMultiPropertyBase::getINormalize(void) const236 const bool GeoMultiPropertyBase::getINormalize(void) const 238 237 { 239 238 return _sfINormalize.getValue(); … … 268 267 //! Get the value of the GeoMultiProperty::_sfIStride field. 269 268 inline 270 const UInt32 &GeoMultiPropertyBase::getIStride(void) const269 const UInt32 GeoMultiPropertyBase::getIStride(void) const 271 270 { 272 271 return _sfIStride.getValue();
