Show
Ignore:
Timestamp:
04/15/08 04:48:53 (6 months ago)
Author:
vossg
Message:

changed: renamed fields, base rebuild

Files:

Legend:

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

    r1142 r1161  
    5959 
    6060#include "OSGFieldContainerFields.h" 
    61 #include "OSGFieldContainerPtrSField.h" 
    62 #include "OSGFieldContainerPtrMField.h" 
     61#include "OSGPointerSField.h" 
     62#include "OSGPointerMField.h" 
    6363 
    6464 
     
    192192const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getSName<RecordedRefCountPolicy>(void) 
    193193{ 
    194     return "SFRecFieldContainerChildGeoVectorPropertyPtr";  
     194    return "SFRecChildGeoVectorPropertyPtr";  
    195195} 
    196196 
     
    198198const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getSName<UnrecordedRefCountPolicy>(void) 
    199199{ 
    200     return "SFUnrecFieldContainerChildGeoVectorPropertyPtr";  
     200    return "SFUnrecChildGeoVectorPropertyPtr";  
    201201} 
    202202 
     
    204204const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getSName<WeakRefCountPolicy>(void) 
    205205{ 
    206     return "SFWeakFieldContainerChildGeoVectorPropertyPtr";  
     206    return "SFWeakChildGeoVectorPropertyPtr";  
    207207} 
    208208 
     
    210210const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getSName<NoRefCountPolicy>(void) 
    211211{ 
    212     return "SFUnrefdFieldContainerChildGeoVectorPropertyPtr";  
     212    return "SFUnrefdChildGeoVectorPropertyPtr";  
    213213} 
    214214 
     
    216216const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getMName<RecordedRefCountPolicy>(void) 
    217217{ 
    218     return "MFRecFieldContainerChildGeoVectorPropertyPtr";  
     218    return "MFRecChildGeoVectorPropertyPtr";  
    219219} 
    220220 
     
    222222const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getMName<UnrecordedRefCountPolicy>(void) 
    223223{ 
    224     return "MFUnrecFieldContainerChildGeoVectorPropertyPtr";  
     224    return "MFUnrecChildGeoVectorPropertyPtr";  
    225225} 
    226226 
     
    228228const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getMName<WeakRefCountPolicy>(void) 
    229229{ 
    230     return "MFWeakFieldContainerChildGeoVectorPropertyPtr";  
     230    return "MFWeakChildGeoVectorPropertyPtr";  
    231231} 
    232232 
     
    234234const Char8 *FieldTraits<GeoVectorPropertyPtr, 1>::getMName<NoRefCountPolicy>(void) 
    235235{ 
    236     return "MFUnrefdFieldContainerChildGeoVectorPropertyPtr";  
     236    return "MFUnrefdChildGeoVectorPropertyPtr";  
    237237} 
    238238 
     
    244244/*! \ingroup GrpDrawableFieldSingle */ 
    245245 
    246 typedef FieldContainerPtrSField<GeoVectorPropertyPtr, 
    247                                 RecordedRefCountPolicy  > SFRecGeoVectorPropertyPtr; 
    248 typedef FieldContainerPtrSField<GeoVectorPropertyPtr, 
    249                                 UnrecordedRefCountPolicy> SFUnrecGeoVectorPropertyPtr; 
    250 typedef FieldContainerPtrSField<GeoVectorPropertyPtr, 
    251                                 WeakRefCountPolicy      > SFWeakGeoVectorPropertyPtr; 
    252 typedef FieldContainerPtrSField<GeoVectorPropertyPtr, 
    253                                 NoRefCountPolicy        > SFUncountedGeoVectorPropertyPtr; 
     246typedef PointerSField<GeoVectorPropertyPtr, 
     247                      RecordedRefCountPolicy  > SFRecGeoVectorPropertyPtr; 
     248typedef PointerSField<GeoVectorPropertyPtr, 
     249                      UnrecordedRefCountPolicy> SFUnrecGeoVectorPropertyPtr; 
     250typedef PointerSField<GeoVectorPropertyPtr, 
     251                      WeakRefCountPolicy      > SFWeakGeoVectorPropertyPtr; 
     252typedef PointerSField<GeoVectorPropertyPtr, 
     253                      NoRefCountPolicy        > SFUncountedGeoVectorPropertyPtr; 
    254254#endif 
    255255 
     
    258258/*! \ingroup GrpDrawableFieldMulti */ 
    259259 
    260 typedef FieldContainerPtrMField<GeoVectorPropertyPtr, 
    261                                 RecordedRefCountPolicy  > MFRecGeoVectorPropertyPtr; 
    262 typedef FieldContainerPtrMField<GeoVectorPropertyPtr, 
    263                                 UnrecordedRefCountPolicy> MFUnrecGeoVectorPropertyPtr; 
    264 typedef FieldContainerPtrMField<GeoVectorPropertyPtr, 
    265                                 WeakRefCountPolicy      > MFWeakGeoVectorPropertyPtr; 
    266 typedef FieldContainerPtrMField<GeoVectorPropertyPtr, 
    267                                 NoRefCountPolicy        > MFUncountedGeoVectorPropertyPtr; 
    268 #endif 
    269  
    270  
    271  
    272 typedef FieldContainerPtrChildSField< 
     260typedef PointerMField<GeoVectorPropertyPtr, 
     261                      RecordedRefCountPolicy  > MFRecGeoVectorPropertyPtr; 
     262typedef PointerMField<GeoVectorPropertyPtr, 
     263                      UnrecordedRefCountPolicy> MFUnrecGeoVectorPropertyPtr; 
     264typedef PointerMField<GeoVectorPropertyPtr, 
     265                      WeakRefCountPolicy      > MFWeakGeoVectorPropertyPtr; 
     266typedef PointerMField<GeoVectorPropertyPtr, 
     267                      NoRefCountPolicy        > MFUncountedGeoVectorPropertyPtr; 
     268#endif 
     269 
     270 
     271 
     272typedef ChildPointerSField< 
    273273          GeoVectorPropertyPtr,  
    274274          UnrecordedRefCountPolicy, 
    275           1                  > SFUnrecFieldContainerChildGeoVectorPropertyPtr; 
    276  
    277 typedef SFUnrecFieldContainerChildGeoVectorPropertyPtr  
    278     SFUnrecChildGeoVectorPropertyPtr; 
    279  
    280  
    281 typedef FieldContainerPtrChildMField< 
     275          1                       > SFUnrecChildGeoVectorPropertyPtr; 
     276 
     277 
     278typedef ChildPointerMField< 
    282279          GeoVectorPropertyPtr,  
    283280          UnrecordedRefCountPolicy, 
    284           1                  > MFUnrecFieldContainerChildGeoVectorPropertyPtr; 
    285  
    286 typedef MFUnrecFieldContainerChildGeoVectorPropertyPtr 
    287     MFUnrecChildGeoVectorPropertyPtr; 
     281          1                      > MFUnrecChildGeoVectorPropertyPtr; 
    288282 
    289283OSG_END_NAMESPACE