- Timestamp:
- 06/09/08 01:10:45 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoPropertyBase.h
r1193 r1288 135 135 136 136 137 #ifdef OSG_1_GET_COMPAT138 SFBool *getSFUseVBO (void);139 #endif140 137 SFBool *editSFUseVBO (void); 141 138 const SFBool *getSFUseVBO (void) const; 142 139 143 140 144 #ifdef OSG_1_GET_COMPAT145 bool &getUseVBO (void);146 #endif147 141 bool &editUseVBO (void); 148 constbool getUseVBO (void) const;142 bool getUseVBO (void) const; 149 143 150 144 /*! \} */ … … 153 147 /*! \{ */ 154 148 155 void setUseVBO (const bool &value);149 void setUseVBO (const bool value); 156 150 157 151 /*! \} */ … … 237 231 238 232 UInt32 &editGLId (void); 239 constUInt32 getGLId (void) const;233 UInt32 getGLId (void) const; 240 234 241 235 Int32 &editUsage (void); 242 constInt32 getUsage (void) const;236 Int32 getUsage (void) const; 243 237 244 238 /*! \} */ … … 247 241 /*! \{ */ 248 242 249 void setGLId (const UInt32 &value);250 void setUsage (const Int32 &value);243 void setGLId (const UInt32 value); 244 void setUsage (const Int32 value); 251 245 252 246 /*! \} */
