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/Material/Base/OSGChunkMaterialBase.cpp

    r439 r459  
    7676    \ingroup GrpSystemMaterial 
    7777 
    78     The chunk material class. See \ref PageSystemMaterialChunkMaterial for 
    79     a description. 
     78    The chunk material class. See \ref PageSystemMaterialChunkMaterial for a 
     79    description. 
    8080 
    8181    Chunks can be attached and detached from the material using 
    82     OSG::ChunkMaterial::addChunk() and OSG::ChunkMaterial::subChunk(). For 
    83     more complex manipulation of the chunk list use the 
    84     OSG::ChunkMaterial::_mfChunks field's functions. 
     82    OSG::ChunkMaterial::addChunk() and OSG::ChunkMaterial::subChunk(). For more 
     83    complex manipulation of the chunk list use the OSG::ChunkMaterial::_mfChunks 
     84    field's functions. 
    8585 */ 
    8686 
     
    9292     
    9393*/ 
     94 
    9495/*! \var Int32           ChunkMaterialBase::_mfSlots 
    9596     
    9697*/ 
     98 
    9799 
    98100void ChunkMaterialBase::classDescInserter(TypeObject &oType) 
     
    183185    "</FieldContainer>\n", 
    184186    "\\ingroup GrpSystemMaterial\n" 
     187    "\n" 
    185188    "The chunk material class. See \\ref PageSystemMaterialChunkMaterial for a\n" 
    186189    "description.\n" 
     190    "\n" 
    187191    "Chunks can be attached and detached from the material using\n" 
    188192    "OSG::ChunkMaterial::addChunk() and OSG::ChunkMaterial::subChunk(). For more\n"