Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Groups/Misc/OSGProxyGroupBase.cpp

    r435 r459  
    7474 
    7575/*! \class OSG::ProxyGroup 
    76     This group is used for delayed loading. If enabled the child nodes are 
    77     loaded in a second thread. Until the load is finished the child nodes 
    78     of this group are rendered. This could be used to show a proxy object. 
    79     If concurrentLoad is false, then loading is done during the first 
    80     frame. This is the behaviour of a simple inline. 
     76    This group is used for delayed loading. If enabled the child 
     77    nodes are loaded in a second thread. Until the load is finished 
     78    the child nodes of this group are rendered. This could be used 
     79    to show a proxy object. If concurrentLoad is false, then loading 
     80    is done during the first frame. This is the behaviour of a simple 
     81    inline. 
    8182 */ 
    8283 
     
    8889     
    8990*/ 
     91 
    9092/*! \var std::string     ProxyGroupBase::_sfUrl 
    9193     
    9294*/ 
     95 
    9396/*! \var NodePtr         ProxyGroupBase::_sfRoot 
    9497     
    9598*/ 
     99 
    96100/*! \var UInt32          ProxyGroupBase::_sfState 
    97101     
    98102*/ 
     103 
    99104/*! \var bool            ProxyGroupBase::_sfConcurrentLoad 
    100105     
    101106*/ 
     107 
    102108/*! \var DynamicVolume   ProxyGroupBase::_sfVolume 
    103109     
    104110*/ 
     111 
    105112/*! \var UInt32          ProxyGroupBase::_sfIndices 
    106113     
    107114*/ 
     115 
    108116/*! \var UInt32          ProxyGroupBase::_sfTriangles 
    109117     
    110118*/ 
     119 
    111120/*! \var UInt32          ProxyGroupBase::_sfPositions 
    112121     
    113122*/ 
     123 
    114124/*! \var UInt32          ProxyGroupBase::_sfGeometries 
    115125     
    116126*/ 
     127 
    117128/*! \var std::string     ProxyGroupBase::_sfAbsoluteUrl 
    118129     
    119130*/ 
     131 
    120132/*! \var UInt8           ProxyGroupBase::_mfInline 
    121133     
    122134*/ 
     135 
    123136 
    124137void ProxyGroupBase::classDescInserter(TypeObject &oType)