Show
Ignore:
Timestamp:
10/20/07 18:11:52 (11 months ago)
Author:
cneumann
Message:

added: RootObjectT template paremter for ReferenceCountPointer?

and ParentPointer? templates - allows use for FieldBundles?

compile fixes - but still not done

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Action/RenderTraversal/OSGScreenLODBase.cpp

    r965 r976  
    445445 
    446446#if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 
    447 DataType FieldTraits<ScreenLODPtr>::_type("ScreenLODPtr", "GroupPtr"); 
     447DataType FieldTraits<ScreenLODInternalRefPtr>::_type( 
     448    "ScreenLODInternalRefPtr", 
     449    "GroupInternalRefPtr"); 
     450DataType FieldTraits<ScreenLODWeakRefPtr>::_type( 
     451    "ScreenLODWeakRefPtr", 
     452    "GroupWeakRefPtr"); 
     453DataType FieldTraits<ScreenLODParentPtr>::_type( 
     454    "ScreenLODParentPtr", 
     455    "GroupParentPtr"); 
    448456#endif 
    449457