Show
Ignore:
Timestamp:
04/04/08 00:43:34 (5 months ago)
Author:
vossg
Message:

changed: base rebuild: cleaned ptr field names and variants

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoMultiPropertyBase.cpp

    r1098 r1101  
    117117 
    118118 
    119     pDesc = new SFGeoMultiPropertyDataPtr::Description( 
    120         SFGeoMultiPropertyDataPtr::getClassType(), 
     119    pDesc = new SFUnrecGeoMultiPropertyDataPtr::Description( 
     120        SFUnrecGeoMultiPropertyDataPtr::getClassType(), 
    121121        "container", 
    122122        "The data container to source off of.\n", 
     
    334334 
    335335//! Get the GeoMultiProperty::_sfContainer field. 
    336 const SFGeoMultiPropertyDataPtr *GeoMultiPropertyBase::getSFContainer(void) const 
     336const SFUnrecGeoMultiPropertyDataPtr *GeoMultiPropertyBase::getSFContainer(void) const 
    337337{ 
    338338    return &_sfContainer; 
     
    698698GetFieldHandlePtr GeoMultiPropertyBase::getHandleContainer       (void) const 
    699699{ 
    700     SFGeoMultiPropertyDataPtr::GetHandlePtr returnValue( 
    701         new  SFGeoMultiPropertyDataPtr::GetHandle( 
     700    SFUnrecGeoMultiPropertyDataPtr::GetHandlePtr returnValue( 
     701        new  SFUnrecGeoMultiPropertyDataPtr::GetHandle( 
    702702             &_sfContainer,  
    703703             this->getType().getFieldDesc(ContainerFieldId))); 
     
    708708EditFieldHandlePtr GeoMultiPropertyBase::editHandleContainer      (void) 
    709709{ 
    710     SFGeoMultiPropertyDataPtr::EditHandlePtr returnValue( 
    711         new  SFGeoMultiPropertyDataPtr::EditHandle( 
     710    SFUnrecGeoMultiPropertyDataPtr::EditHandlePtr returnValue( 
     711        new  SFUnrecGeoMultiPropertyDataPtr::EditHandle( 
    712712             &_sfContainer,  
    713713             this->getType().getFieldDesc(ContainerFieldId))); 
     
    898898OSG_FIELDTRAITS_GETTYPE(GeoMultiPropertyPtr) 
    899899 
    900 OSG_SFIELDTYPE_INST(FieldContainerPtrSField,  
    901                     GeoMultiPropertyPtr,  
    902                     RecordedRefCounts, 
    903                     0); 
    904  
    905 OSG_FIELD_DLLEXPORT_DEF3(FieldContainerPtrSField,  
    906                          GeoMultiPropertyPtr,  
    907                          RecordedRefCounts, 
    908                          0); 
    909  
    910 OSG_MFIELDTYPE_INST(FieldContainerPtrMField,  
    911                     GeoMultiPropertyPtr,  
    912                     RecordedRefCounts, 
    913                     0); 
    914  
    915 OSG_FIELD_DLLEXPORT_DEF3(FieldContainerPtrMField,  
    916                          GeoMultiPropertyPtr,  
    917                          RecordedRefCounts, 
    918                          0); 
     900OSG_EXPORT_PTR_SFIELD_FULL(FieldContainerPtrSField,  
     901                           GeoMultiPropertyPtr,  
     902                           0); 
     903 
     904OSG_EXPORT_PTR_MFIELD_FULL(FieldContainerPtrMField,  
     905                           GeoMultiPropertyPtr,  
     906                           0); 
    919907 
    920908OSG_END_NAMESPACE