- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.inl
r2 r54 151 151 } 152 152 153 #ifdef OSG_1_COMPAT 154 inline 155 bool &GeometryBase::getDlistCache(void) 156 { 157 return this->editDlistCache(); 158 } 159 #endif 160 153 161 //! Set the value of the Geometry::_sfDlistCache field. 154 162 inline … … 176 184 } 177 185 186 #ifdef OSG_1_COMPAT 187 inline 188 Int32 &GeometryBase::getClassicGLId(void) 189 { 190 return this->editClassicGLId(); 191 } 192 #endif 193 178 194 //! Set the value of the Geometry::_sfClassicGLId field. 179 195 inline … … 200 216 return _sfAttGLId.getValue(); 201 217 } 218 219 #ifdef OSG_1_COMPAT 220 inline 221 Int32 &GeometryBase::getAttGLId(void) 222 { 223 return this->editAttGLId(); 224 } 225 #endif 202 226 203 227 //! Set the value of the Geometry::_sfAttGLId field.
