- Timestamp:
- 05/05/08 06:39:01 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/ES/OSGGeometryBase.inl
r1178 r1193 89 89 90 90 _sfTypes.setValue(value); 91 92 91 } 93 92 … … 106 105 107 106 _sfLengths.setValue(value); 108 109 107 } 110 108 //! Get the value of the Geometry::_sfClassicGLId field. … … 120 118 //! Get the value of the Geometry::_sfClassicGLId field. 121 119 inline 122 const Int32 &GeometryBase::getClassicGLId(void) const120 const Int32 GeometryBase::getClassicGLId(void) const 123 121 { 124 122 return _sfClassicGLId.getValue(); … … 153 151 //! Get the value of the Geometry::_sfAttGLId field. 154 152 inline 155 const Int32 &GeometryBase::getAttGLId(void) const153 const Int32 GeometryBase::getAttGLId(void) const 156 154 { 157 155 return _sfAttGLId.getValue(); … … 182 180 } 183 181 184 //! Get the Geometry::_mfProperties field.185 inline186 const MFUnrecChildGeoVectorPropertyPtr &GeometryBase::getProperties(void) const187 {188 return _mfProperties;189 }190 191 182 //! Get the value of the \a index element the Geometry::_mfPropIndices field. 192 183 inline … … 194 185 { 195 186 return _mfPropIndices[index]; 196 }197 198 //! Get the Geometry::_mfPropIndices field.199 inline200 const MFUnrecChildGeoIntegralPropertyPtr &GeometryBase::getPropIndices(void) const201 {202 return _mfPropIndices;203 187 } 204 188
