Show
Ignore:
Timestamp:
04/14/08 08:19:04 (6 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/WS/OSGGeometryBase.h

    r1116 r1156  
    241241    /*! \{                                                                 */ 
    242242 
    243     virtual void subChildPointer(FieldContainerPtr pObj,  
    244                                  UInt16            usFieldPos); 
    245  
    246     /*! \}                                                                 */ 
    247     /*---------------------------------------------------------------------*/ 
    248     /*! \name                   Construction                               */ 
    249     /*! \{                                                                 */ 
    250  
    251243    static  GeometryTransitPtr create          (void); 
    252244    static  GeometryPtr        createEmpty     (void); 
     
    311303    void onCreate(const Geometry *source = NULL); 
    312304 
     305    /*! \}                                                                 */ 
     306    /*---------------------------------------------------------------------*/ 
     307    /*! \name Child linking                                                */ 
     308    /*! \{                                                                 */ 
     309     
     310    virtual bool unlinkChild(const FieldContainerPtr pChild, 
     311                             const UInt16            childFieldId); 
     312     
    313313    /*! \}                                                                 */ 
    314314    /*---------------------------------------------------------------------*/