Show
Ignore:
Timestamp:
05/05/08 06:39:01 (2 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGSwitchMaterialBase.inl

    r1178 r1193  
    8686//! Get the value of the SwitchMaterial::_sfChoice field. 
    8787inline 
    88 const UInt32 &SwitchMaterialBase::getChoice(void) const 
     88const UInt32 SwitchMaterialBase::getChoice(void) const 
    8989{ 
    9090    return _sfChoice.getValue(); 
     
    113113{ 
    114114    return _mfMaterials[index]; 
    115 } 
    116  
    117 //! Get the SwitchMaterial::_mfMaterials field. 
    118 inline 
    119 const MFUnrecMaterialPtr &SwitchMaterialBase::getMaterials(void) const 
    120 { 
    121     return _mfMaterials; 
    122115} 
    123116