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/OSGSwitchMaterialBase.cpp

    r439 r459  
    7474 
    7575/*! \class OSG::SwitchMaterial 
    76     Material that allows selection of one of the materials in the 
    77     _mfMaterials field based on the value of the _sfChoice field. 
     76    Material that allows selection of one of the materials in the _mfMaterials 
     77    field based on the value of the _sfChoice field. 
    7878 */ 
    7979 
     
    8585    Materials to choose from. 
    8686*/ 
     87 
    8788/*! \var UInt32          SwitchMaterialBase::_sfChoice 
    8889    The material to actually use for drawing. 
    8990*/ 
     91 
    9092 
    9193void SwitchMaterialBase::classDescInserter(TypeObject &oType)