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/Drawables/Geometry/Base/WS/OSGGeometryBase.cpp

    r436 r459  
    8585 
    8686/*! \var GeoIntegralPropertyPtr GeometryBase::_sfTypes 
    87     The types property contains the primitive's types. Legal values are 
    88     everything that can be passed to glBegin(). There have to be as many 
     87    The types property contains the primitive's types. Legal values are  
     88    everything that can be passed to glBegin(). There have to be as many  
    8989    types as lengths. 
    9090*/ 
     91 
    9192/*! \var GeoIntegralPropertyPtr GeometryBase::_sfLengths 
    92     The lengths property contains the number of vertices to use for the 
     93    The lengths property contains the number of vertices to use for the  
    9394    corresponding primitive. There have to be as many  lengths as types. 
    9495*/ 
     96 
    9597/*! \var GeoVectorPropertyPtr GeometryBase::_mfProperties 
    96     The attributes used to render the geometry. The order is based on the 
     98    The attributes used to render the geometry. The order is based on the  
    9799    the one given in ARB_vertex_program. 
    98100*/ 
     101 
    99102/*! \var GeoIntegralPropertyPtr GeometryBase::_mfPropIndices 
    100     The indices property contains the index data. See \ref 
     103    The indices property contains the index data. See \ref  
    101104    PageSystemGeoIndexing for a description of the indexing options. 
    102105*/ 
     106 
    103107/*! \var bool            GeometryBase::_sfDlistCache 
    104108    Flag to activate caching the geometry inside a display list. 
    105109*/ 
     110 
    106111/*! \var Int32           GeometryBase::_sfClassicGLId 
    107112    The dlist id for the classic rendering mode, if used. 
    108113*/ 
     114 
    109115/*! \var Int32           GeometryBase::_sfAttGLId 
    110116    The dlist id for the attribute-based rendering mode, if used. 
    111117*/ 
     118 
    112119 
    113120void GeometryBase::classDescInserter(TypeObject &oType)