- 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.h
r2 r54 336 336 /*! \{ */ 337 337 338 339 #ifdef OSG_1_COMPAT 340 SFInt32 *getSFClassicGLId(void); 341 #endif 338 342 SFInt32 *editSFClassicGLId(void); 339 343 const SFInt32 *getSFClassicGLId (void) const; 344 345 #ifdef OSG_1_COMPAT 346 SFInt32 *getSFAttGLId(void); 347 #endif 340 348 SFInt32 *editSFAttGLId(void); 341 349 const SFInt32 *getSFAttGLId (void) const; 342 350 343 351 352 #ifdef OSG_1_COMPAT 353 Int32 &getClassicGLId(void); 354 #endif 344 355 Int32 &editClassicGLId(void); 345 356 const Int32 &getClassicGLId(void) const; 346 357 358 #ifdef OSG_1_COMPAT 359 Int32 &getAttGLId(void); 360 #endif 347 361 Int32 &editAttGLId(void); 348 362 const Int32 &getAttGLId(void) const;
