- Timestamp:
- 12/19/07 17:56:03 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Depreciated/State/OSGTextureChunkBase.h
r1032 r1033 1623 1623 typedef TextureChunkBase::ObjWeakRefPtr TextureChunkWeakRefPtr; 1624 1624 typedef TextureChunkBase::ObjParentPtr TextureChunkParentPtr; 1625 typedef TextureChunkBase::ObjInternalRefPtr TextureChunkInternal Ptr;1626 1627 typedef boost::mpl::if_ <1628 boost::mpl::bool_<TextureChunkBase::isNodeCore>,1629 CoredNode Ptr<TextureChunk>,1625 typedef TextureChunkBase::ObjInternalRefPtr TextureChunkInternalRefPtr; 1626 1627 typedef boost::mpl::if_c< 1628 TextureChunkBase::isNodeCore, 1629 CoredNodeRefPtr<TextureChunk>, 1630 1630 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 1631 1631 1632 TextureChunkNodePtr; 1632 TextureChunkNodeRefPtr; 1633 1634 typedef boost::mpl::if_c< 1635 TextureChunkBase::isNodeCore, 1636 CoredNodeMTRefPtr<TextureChunk>, 1637 FieldContainer::attempt_to_create_CoredNodePtr_on_non_NodeCore_FC>::type 1638 1639 TextureChunkNodeMTRefPtr; 1633 1640 1634 1641 OSG_END_NAMESPACE
