- 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.h
r2 r54 230 230 /*! \{ */ 231 231 232 233 #ifdef OSG_1_COMPAT 234 SFUInt32 *getSFGLId(void); 235 #endif 232 236 SFUInt32 *editSFGLId(void); 233 237 const SFUInt32 *getSFGLId (void) const; 238 239 #ifdef OSG_1_COMPAT 240 SFInt32 *getSFUsage(void); 241 #endif 234 242 SFInt32 *editSFUsage(void); 235 243 const SFInt32 *getSFUsage (void) const; 236 244 237 245 246 #ifdef OSG_1_COMPAT 247 UInt32 &getGLId(void); 248 #endif 238 249 UInt32 &editGLId(void); 239 250 const UInt32 &getGLId(void) const; 240 251 252 #ifdef OSG_1_COMPAT 253 Int32 &getUsage(void); 254 #endif 241 255 Int32 &editUsage(void); 242 256 const Int32 &getUsage(void) const;
