Changeset 1060 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGGetMPointerFieldBaseHandle.inl
- Timestamp:
- 02/12/08 09:51:59 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGGetMPointerFieldBaseHandle.inl
r1032 r1060 84 84 } 85 85 86 template <class BaseObjectT> 87 inline bool 88 GetMPointerFieldBaseHandle<BaseObjectT>::isParentPointerField(void) const 89 { 90 return (getType().getCategory() == FieldType::PARENT_POINTER_FIELD); 91 } 92 86 93 OSG_END_NAMESPACE
