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/Contrib/Manipulators/OSGRotateManipulatorBase.cpp

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