Show
Ignore:
Timestamp:
04/15/08 04:48:53 (5 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/OSGGeoIntegralPropertyFields.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<GeoIntegralPropertyPtr, 1>::getSName<RecordedRefCountPolicy>(void) 
    193193{ 
    194     return "SFRecFieldContainerChildGeoIntegralPropertyPtr";  
     194    return "SFRecChildGeoIntegralPropertyPtr";  
    195195} 
    196196 
     
    198198const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getSName<UnrecordedRefCountPolicy>(void) 
    199199{ 
    200     return "SFUnrecFieldContainerChildGeoIntegralPropertyPtr";  
     200    return "SFUnrecChildGeoIntegralPropertyPtr";  
    201201} 
    202202 
     
    204204const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getSName<WeakRefCountPolicy>(void) 
    205205{ 
    206     return "SFWeakFieldContainerChildGeoIntegralPropertyPtr";  
     206    return "SFWeakChildGeoIntegralPropertyPtr";  
    207207} 
    208208 
     
    210210const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getSName<NoRefCountPolicy>(void) 
    211211{ 
    212     return "SFUnrefdFieldContainerChildGeoIntegralPropertyPtr";  
     212    return "SFUnrefdChildGeoIntegralPropertyPtr";  
    213213} 
    214214 
     
    216216const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getMName<RecordedRefCountPolicy>(void) 
    217217{ 
    218     return "MFRecFieldContainerChildGeoIntegralPropertyPtr";  
     218    return "MFRecChildGeoIntegralPropertyPtr";  
    219219} 
    220220 
     
    222222const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getMName<UnrecordedRefCountPolicy>(void) 
    223223{ 
    224     return "MFUnrecFieldContainerChildGeoIntegralPropertyPtr";  
     224    return "MFUnrecChildGeoIntegralPropertyPtr";  
    225225} 
    226226 
     
    228228const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getMName<WeakRefCountPolicy>(void) 
    229229{ 
    230     return "MFWeakFieldContainerChildGeoIntegralPropertyPtr";  
     230    return "MFWeakChildGeoIntegralPropertyPtr";  
    231231} 
    232232 
     
    234234const Char8 *FieldTraits<GeoIntegralPropertyPtr, 1>::getMName<NoRefCountPolicy>(void) 
    235235{ 
    236     return "MFUnrefdFieldContainerChildGeoIntegralPropertyPtr";  
     236    return "MFUnrefdChildGeoIntegralPropertyPtr";  
    237237} 
    238238 
     
    244244/*! \ingroup GrpDrawableFieldSingle */ 
    245245 
    246 typedef FieldContainerPtrSField<GeoIntegralPropertyPtr, 
    247                                 RecordedRefCountPolicy  > SFRecGeoIntegralPropertyPtr; 
    248 typedef FieldContainerPtrSField<GeoIntegralPropertyPtr, 
    249                                 UnrecordedRefCountPolicy> SFUnrecGeoIntegralPropertyPtr; 
    250 typedef FieldContainerPtrSField<GeoIntegralPropertyPtr, 
    251                                 WeakRefCountPolicy      > SFWeakGeoIntegralPropertyPtr; 
    252 typedef FieldContainerPtrSField<GeoIntegralPropertyPtr, 
    253                                 NoRefCountPolicy        > SFUncountedGeoIntegralPropertyPtr; 
     246typedef PointerSField<GeoIntegralPropertyPtr, 
     247                      RecordedRefCountPolicy  > SFRecGeoIntegralPropertyPtr; 
     248typedef PointerSField<GeoIntegralPropertyPtr, 
     249                      UnrecordedRefCountPolicy> SFUnrecGeoIntegralPropertyPtr; 
     250typedef PointerSField<GeoIntegralPropertyPtr, 
     251                      WeakRefCountPolicy      > SFWeakGeoIntegralPropertyPtr; 
     252typedef PointerSField<GeoIntegralPropertyPtr, 
     253                      NoRefCountPolicy        > SFUncountedGeoIntegralPropertyPtr; 
    254254#endif 
    255255 
     
    258258/*! \ingroup GrpDrawableFieldMulti */ 
    259259 
    260 typedef FieldContainerPtrMField<GeoIntegralPropertyPtr, 
    261                                 RecordedRefCountPolicy  > MFRecGeoIntegralPropertyPtr; 
    262 typedef FieldContainerPtrMField<GeoIntegralPropertyPtr, 
    263                                 UnrecordedRefCountPolicy> MFUnrecGeoIntegralPropertyPtr; 
    264 typedef FieldContainerPtrMField<GeoIntegralPropertyPtr, 
    265                                 WeakRefCountPolicy      > MFWeakGeoIntegralPropertyPtr; 
    266 typedef FieldContainerPtrMField<GeoIntegralPropertyPtr, 
    267                                 NoRefCountPolicy        > MFUncountedGeoIntegralPropertyPtr; 
    268 #endif 
    269  
    270  
    271  
    272 typedef FieldContainerPtrChildSField< 
     260typedef PointerMField<GeoIntegralPropertyPtr, 
     261                      RecordedRefCountPolicy  > MFRecGeoIntegralPropertyPtr; 
     262typedef PointerMField<GeoIntegralPropertyPtr, 
     263                      UnrecordedRefCountPolicy> MFUnrecGeoIntegralPropertyPtr; 
     264typedef PointerMField<GeoIntegralPropertyPtr, 
     265                      WeakRefCountPolicy      > MFWeakGeoIntegralPropertyPtr; 
     266typedef PointerMField<GeoIntegralPropertyPtr, 
     267                      NoRefCountPolicy        > MFUncountedGeoIntegralPropertyPtr; 
     268#endif 
     269 
     270 
     271 
     272typedef ChildPointerSField< 
    273273          GeoIntegralPropertyPtr,  
    274274          UnrecordedRefCountPolicy, 
    275           1                  > SFUnrecFieldContainerChildGeoIntegralPropertyPtr; 
    276  
    277 typedef SFUnrecFieldContainerChildGeoIntegralPropertyPtr  
    278     SFUnrecChildGeoIntegralPropertyPtr; 
    279  
    280  
    281 typedef FieldContainerPtrChildMField< 
     275          1                       > SFUnrecChildGeoIntegralPropertyPtr; 
     276 
     277 
     278typedef ChildPointerMField< 
    282279          GeoIntegralPropertyPtr,  
    283280          UnrecordedRefCountPolicy, 
    284           1                  > MFUnrecFieldContainerChildGeoIntegralPropertyPtr; 
    285  
    286 typedef MFUnrecFieldContainerChildGeoIntegralPropertyPtr 
    287     MFUnrecChildGeoIntegralPropertyPtr; 
     281          1                      > MFUnrecChildGeoIntegralPropertyPtr; 
    288282 
    289283OSG_END_NAMESPACE