- Timestamp:
- 12/19/07 17:56:03 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGManipulatorBase.h
r1032 r1033 629 629 typedef ManipulatorBase::ObjWeakRefPtr ManipulatorWeakRefPtr; 630 630 typedef ManipulatorBase::ObjParentPtr ManipulatorParentPtr; 631 typedef ManipulatorBase::ObjInternalRefPtr ManipulatorInternal Ptr;632 633 typedef boost::mpl::if_ <634 boost::mpl::bool_<ManipulatorBase::isNodeCore>,635 CoredNode Ptr<Manipulator>,631 typedef ManipulatorBase::ObjInternalRefPtr ManipulatorInternalRefPtr; 632 633 typedef boost::mpl::if_c< 634 ManipulatorBase::isNodeCore, 635 CoredNodeRefPtr<Manipulator>, 636 636 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 637 637 638 ManipulatorNodePtr; 638 ManipulatorNodeRefPtr; 639 640 typedef boost::mpl::if_c< 641 ManipulatorBase::isNodeCore, 642 CoredNodeMTRefPtr<Manipulator>, 643 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 644 645 ManipulatorNodeMTRefPtr; 639 646 640 647 OSG_END_NAMESPACE
