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/Particles/OSGParticlesBase.h

    r1116 r1156  
    340340    /*! \{                                                                 */ 
    341341 
    342     virtual void subChildPointer(FieldContainerPtr pObj,  
    343                                  UInt16            usFieldPos); 
    344  
    345     /*! \}                                                                 */ 
    346     /*---------------------------------------------------------------------*/ 
    347     /*! \name                   Construction                               */ 
    348     /*! \{                                                                 */ 
    349  
    350342    static  ParticlesTransitPtr create          (void); 
    351343    static  ParticlesPtr        createEmpty     (void); 
     
    415407    void onCreate(const Particles *source = NULL); 
    416408 
     409    /*! \}                                                                 */ 
     410    /*---------------------------------------------------------------------*/ 
     411    /*! \name Child linking                                                */ 
     412    /*! \{                                                                 */ 
     413     
     414    virtual bool unlinkChild(const FieldContainerPtr pChild, 
     415                             const UInt16            childFieldId); 
     416     
    417417    /*! \}                                                                 */ 
    418418    /*---------------------------------------------------------------------*/