- Timestamp:
- 05/05/08 06:39:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGSwitchMaterialBase.inl
r1178 r1193 86 86 //! Get the value of the SwitchMaterial::_sfChoice field. 87 87 inline 88 const UInt32 &SwitchMaterialBase::getChoice(void) const88 const UInt32 SwitchMaterialBase::getChoice(void) const 89 89 { 90 90 return _sfChoice.getValue(); … … 113 113 { 114 114 return _mfMaterials[index]; 115 }116 117 //! Get the SwitchMaterial::_mfMaterials field.118 inline119 const MFUnrecMaterialPtr &SwitchMaterialBase::getMaterials(void) const120 {121 return _mfMaterials;122 115 } 123 116
