| 159 | | |
|---|
| 160 | | /*! \} */ |
|---|
| 161 | | /*---------------------------------------------------------------------*/ |
|---|
| 162 | | /*! \name Parent Linking (Internal Use Only) */ |
|---|
| 163 | | /*! \{ */ |
|---|
| 164 | | |
|---|
| 165 | | OSG_SYSTEM_DLLMAPPING |
|---|
| 166 | | virtual bool linkParent (ReflexiveContainer * const pParent, |
|---|
| 167 | | UInt16 const childrenFieldId, |
|---|
| 168 | | UInt16 const parentFieldId ); |
|---|
| 169 | | OSG_SYSTEM_DLLMAPPING |
|---|
| 170 | | virtual bool unlinkParent(ReflexiveContainer * const pParent, |
|---|
| 171 | | UInt16 const childrenFieldId, |
|---|
| 172 | | UInt16 const parentFieldId ); |
|---|
| 173 | | |
|---|
| 174 | | OSG_SYSTEM_DLLMAPPING |
|---|
| 175 | | virtual bool unlinkChild (ReflexiveContainer * const pChild, |
|---|
| 176 | | UInt16 const childrenFieldId ); |
|---|
| 177 | | |
|---|
| | 159 | |
|---|