Changeset 1193 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.h
- Timestamp:
- 05/05/08 06:39:01 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyDataBase.h
r1116 r1193 149 149 #endif 150 150 UInt8 &editIData (const UInt32 index); 151 const UInt8 &getIData (const UInt32 index) const; 152 MFUInt8 &editIData (void); 153 const MFUInt8 &getIData (void) const; 151 const UInt8 getIData (const UInt32 index) const; 154 152 155 153 #ifdef OSG_1_GET_COMPAT … … 157 155 #endif 158 156 UInt32 &editGLId (void); 159 const UInt32 &getGLId (void) const;157 const UInt32 getGLId (void) const; 160 158 161 159 /*! \} */ … … 170 168 /*! \name Ptr MField Set */ 171 169 /*! \{ */ 172 173 170 174 171 /*! \} */
