- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.inl
r1178 r1193 86 86 //! Get the value of the SortLastWindow::_sfGroupsChanged field. 87 87 inline 88 const bool &SortLastWindowBase::getGroupsChanged(void) const88 const bool SortLastWindowBase::getGroupsChanged(void) const 89 89 { 90 90 return _sfGroupsChanged.getValue(); … … 115 115 } 116 116 117 //! Get the SortLastWindow::_mfGroupNodes field.118 inline119 const MFUnrecNodePtr &SortLastWindowBase::getGroupNodes(void) const120 {121 return _mfGroupNodes;122 }123 124 117 //! Get the value of the \a index element the SortLastWindow::_mfGroupLengths field. 125 118 inline 126 const UInt32 &SortLastWindowBase::getGroupLengths(const UInt32 index) const119 const UInt32 SortLastWindowBase::getGroupLengths(const UInt32 index) const 127 120 { 128 121 return _mfGroupLengths[index]; … … 135 128 136 129 return _mfGroupLengths[index]; 137 }138 139 //! Get the SortLastWindow::_mfGroupLengths field.140 inline141 MFUInt32 &SortLastWindowBase::editGroupLengths(void)142 {143 editMField(GroupLengthsFieldMask, _mfGroupLengths);144 145 return _mfGroupLengths;146 130 } 147 131 … … 161 145 #endif 162 146 163 164 //! Get the SortLastWindow::_mfGroupLengths field.165 inline166 const MFUInt32 &SortLastWindowBase::getGroupLengths(void) const167 {168 return _mfGroupLengths;169 }170 147 171 148
