Changeset 798 for trunk/Source/System/Image/ES/OSGImageBase.inl
- Timestamp:
- 06/18/07 06:45:35 (1 year ago)
- Files:
-
- trunk/Source/System/Image/ES/OSGImageBase.inl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Image/ES/OSGImageBase.inl
r787 r798 702 702 } 703 703 704 //! Get the value of the \a index element the Image::_mfParents field.705 inline706 ParentFieldContainerPtrConst ImageBase::getParents(const UInt32 index) const707 {708 return _mfParents[index];709 }710 711 //! Get the Image::_mfParents field.712 inline713 const MFParentFieldContainerPtr &ImageBase::getParents(void) const714 {715 return _mfParents;716 }717 718 704 //! Get the value of the \a index element the Image::_mfPixel field. 719 705 inline
