- Timestamp:
- 12/19/07 17:56:03 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGScaleManipulatorBase.h
r1032 r1033 230 230 typedef ScaleManipulatorBase::ObjWeakRefPtr ScaleManipulatorWeakRefPtr; 231 231 typedef ScaleManipulatorBase::ObjParentPtr ScaleManipulatorParentPtr; 232 typedef ScaleManipulatorBase::ObjInternalRefPtr ScaleManipulatorInternal Ptr;233 234 typedef boost::mpl::if_ <235 boost::mpl::bool_<ScaleManipulatorBase::isNodeCore>,236 CoredNode Ptr<ScaleManipulator>,232 typedef ScaleManipulatorBase::ObjInternalRefPtr ScaleManipulatorInternalRefPtr; 233 234 typedef boost::mpl::if_c< 235 ScaleManipulatorBase::isNodeCore, 236 CoredNodeRefPtr<ScaleManipulator>, 237 237 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 238 238 239 ScaleManipulatorNodePtr; 239 ScaleManipulatorNodeRefPtr; 240 241 typedef boost::mpl::if_c< 242 ScaleManipulatorBase::isNodeCore, 243 CoredNodeMTRefPtr<ScaleManipulator>, 244 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 245 246 ScaleManipulatorNodeMTRefPtr; 240 247 241 248 OSG_END_NAMESPACE
