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/Image/ES/OSGImageBase.cpp

    r437 r459  
    8686     
    8787*/ 
     88 
    8889/*! \var Int32           ImageBase::_sfDimension 
    8990    Image dimension, 0 for invalid, 1 for 1D, 2 for 2D and 3 for 3D data. 
    9091*/ 
     92 
    9193/*! \var Int32           ImageBase::_sfWidth 
    9294     
    9395*/ 
     96 
    9497/*! \var Int32           ImageBase::_sfHeight 
    9598     
    9699*/ 
     100 
    97101/*! \var Int32           ImageBase::_sfDepth 
    98102     
    99103*/ 
     104 
    100105/*! \var Int32           ImageBase::_sfBpp 
    101106     
    102107*/ 
     108 
    103109/*! \var Int32           ImageBase::_sfMipMapCount 
    104110     
    105111*/ 
     112 
    106113/*! \var Int32           ImageBase::_sfFrameCount 
    107114     
    108115*/ 
     116 
    109117/*! \var Time            ImageBase::_sfFrameDelay 
    110118     
    111119*/ 
     120 
    112121/*! \var UInt32          ImageBase::_sfPixelFormat 
    113122     
    114123*/ 
     124 
    115125/*! \var UInt8           ImageBase::_mfPixel 
    116126     
    117127*/ 
     128 
    118129/*! \var Int32           ImageBase::_sfFrameSize 
    119130     
    120131*/ 
     132 
    121133/*! \var std::string     ImageBase::_sfName 
    122134    Texture file path. 
    123135*/ 
     136 
    124137/*! \var Int32           ImageBase::_sfDataType 
    125138    Type of image data. 
    126139*/ 
     140 
    127141/*! \var Int32           ImageBase::_sfComponentSize 
    128     Size (in byte) of a single component of the image. Necessary for High 
    129     Dynamic Range and other higher-level image types. 
     142    Size (in byte) of a single component of the image. Necessary 
     143    for High Dynamic Range and other higher-level image types. 
    130144*/ 
     145 
    131146/*! \var Int32           ImageBase::_sfSideCount 
    132147     
    133148*/ 
     149 
    134150/*! \var Int32           ImageBase::_sfSideSize 
    135151     
    136152*/ 
     153 
    137154/*! \var bool            ImageBase::_sfForceCompressedData 
    138155    Set to true if using the image to keep unknown data for textures. 
    139156    Generally used in conjunction with TextureChunk::externalFormat. 
    140157*/ 
     158 
    141159/*! \var bool            ImageBase::_sfForceAlphaChannel 
    142160    Set to true if using the image to keep unknown data for textures. 
    143161    Generally used in conjunction with TextureChunk::externalFormat. 
    144162*/ 
     163 
    145164/*! \var bool            ImageBase::_sfForceColorChannel 
    146165    Set to true if using the image to keep unknown data for textures. 
    147166    Generally used in conjunction with TextureChunk::externalFormat. 
    148167*/ 
     168 
    149169/*! \var bool            ImageBase::_sfForceAlphaBinary 
    150     Set to true if using the image to prevent depth sorting for 
     170    Set to true if using the image to prevent depth sorting for  
    151171    SimpleTexturedMaterials using this Image. 
    152172*/ 
     173 
    153174 
    154175void ImageBase::classDescInserter(TypeObject &oType)