Show
Ignore:
Timestamp:
04/14/08 08:19:04 (8 months ago)
Author:
vossg
Message:

changed: base rebuild child handling merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Geometry/Base/ES/OSGGeometryBase.h

    r1116 r1156  
    224224    /*! \{                                                                 */ 
    225225 
    226     virtual void subChildPointer(FieldContainerPtr pObj,  
    227                                  UInt16            usFieldPos); 
    228  
    229     /*! \}                                                                 */ 
    230     /*---------------------------------------------------------------------*/ 
    231     /*! \name                   Construction                               */ 
    232     /*! \{                                                                 */ 
    233  
    234226    static  GeometryTransitPtr create          (void); 
    235227    static  GeometryPtr        createEmpty     (void); 
     
    293285    void onCreate(const Geometry *source = NULL); 
    294286 
     287    /*! \}                                                                 */ 
     288    /*---------------------------------------------------------------------*/ 
     289    /*! \name Child linking                                                */ 
     290    /*! \{                                                                 */ 
     291     
     292    virtual bool unlinkChild(const FieldContainerPtr pChild, 
     293                             const UInt16            childFieldId); 
     294     
    295295    /*! \}                                                                 */ 
    296296    /*---------------------------------------------------------------------*/