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/Properties/OSGGeoMultiPropertyBase.cpp

    r436 r459  
    8484    The data container to source off of. 
    8585*/ 
     86 
    8687/*! \var UInt32          GeoMultiPropertyBase::_sfOffset 
    87     The offset from the start of the container to the first element of 
    88     this property. 
     88    The offset from the start of the container to the first element of this property. 
    8989*/ 
     90 
    9091/*! \var GLenum          GeoMultiPropertyBase::_sfIFormat 
    9192    The OpenGL format for the data. 
    9293*/ 
     94 
    9395/*! \var UInt32          GeoMultiPropertyBase::_sfIDimension 
    9496    The dimensionality of the data. 
    9597*/ 
     98 
    9699/*! \var UInt32          GeoMultiPropertyBase::_sfISize 
    97100    The number of elements in the data. 
    98101*/ 
     102 
    99103/*! \var bool            GeoMultiPropertyBase::_sfINormalize 
    100104    Whether to normalize integer arguments to 0..1. 
    101105*/ 
     106 
    102107/*! \var UInt32          GeoMultiPropertyBase::_sfIStride 
    103108    The stride between elements (can be 0). 
    104109*/ 
     110 
    105111 
    106112void GeoMultiPropertyBase::classDescInserter(TypeObject &oType) 
     
    351357    "</FieldContainer>\n", 
    352358    "Class referencing data from a GeoMultiPropertyData.\n" 
     359    "\n" 
     360    "\n" 
     361    "\n" 
     362    "\n" 
     363    "\n" 
     364    "\n" 
     365    "\n" 
     366    "\n" 
     367    "\n" 
    353368    "Class referencing data from a GeoMultiPropertyData container.\n" 
    354369    );