- 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/OSGGeoPropertyBase.inl
r2 r54 91 91 } 92 92 93 #ifdef OSG_1_COMPAT 94 inline 95 bool &GeoPropertyBase::getUseVBO(void) 96 { 97 return this->editUseVBO(); 98 } 99 #endif 100 93 101 //! Set the value of the GeoProperty::_sfUseVBO field. 94 102 inline … … 116 124 } 117 125 126 #ifdef OSG_1_COMPAT 127 inline 128 UInt32 &GeoPropertyBase::getGLId(void) 129 { 130 return this->editGLId(); 131 } 132 #endif 133 118 134 //! Set the value of the GeoProperty::_sfGLId field. 119 135 inline … … 140 156 return _sfUsage.getValue(); 141 157 } 158 159 #ifdef OSG_1_COMPAT 160 inline 161 Int32 &GeoPropertyBase::getUsage(void) 162 { 163 return this->editUsage(); 164 } 165 #endif 142 166 143 167 //! Set the value of the GeoProperty::_sfUsage field.
