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/OSGScaleManipulatorBase.cpp

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