Show
Ignore:
Timestamp:
10/05/07 19:12:52 (1 year ago)
Author:
cneumann
Message:

added: typedefs for Parent@!Classname!@Ptr fields
removed: calls to ref counting functions

Still does NOT compile :(

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/Contrib/VTK/OSGVTKMapperBase.inl

    r965 r969  
    9393    editSField(RootFieldMask); 
    9494 
    95     setRefd(_sfRoot.getValue(), value); 
     95//     setRefd(_sfRoot.getValue(), value); 
     96    _sfRoot.setValue(NodePtr(value)); 
    9697} 
    9798 
     
    362363    return "VTKMapper"; 
    363364} 
    364 OSG_GEN_CONTAINERPTR(VTKMapper); 
    365365 
    366366OSG_END_NAMESPACE