Changeset 54 for trunk/Source/System/Image/WS/OSGImageBase.h
- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
-
- trunk/Source/System/Image/WS/OSGImageBase.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/WS/OSGImageBase.h
r2 r54 620 620 /*! \{ */ 621 621 622 623 #ifdef OSG_1_COMPAT 624 SFInt32 *getSFComponentSize(void); 625 #endif 622 626 SFInt32 *editSFComponentSize(void); 623 627 const SFInt32 *getSFComponentSize (void) const; 624 628 625 629 630 #ifdef OSG_1_COMPAT 631 Int32 &getComponentSize(void); 632 #endif 626 633 Int32 &editComponentSize(void); 627 634 const Int32 &getComponentSize(void) const;
