Show
Ignore:
Timestamp:
10/20/07 18:11:52 (10 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/Contrib/Manipulators/OSGMoveManipulatorBase.cpp

    r965 r976  
    244244 
    245245#if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 
    246 DataType FieldTraits<MoveManipulatorPtr>::_type("MoveManipulatorPtr", "ManipulatorPtr"); 
     246DataType FieldTraits<MoveManipulatorInternalRefPtr>::_type( 
     247    "MoveManipulatorInternalRefPtr", 
     248    "ManipulatorInternalRefPtr"); 
     249DataType FieldTraits<MoveManipulatorWeakRefPtr>::_type( 
     250    "MoveManipulatorWeakRefPtr", 
     251    "ManipulatorWeakRefPtr"); 
     252DataType FieldTraits<MoveManipulatorParentPtr>::_type( 
     253    "MoveManipulatorParentPtr", 
     254    "ManipulatorParentPtr"); 
    247255#endif 
    248256