- Timestamp:
- 09/06/06 00:48:55 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Misc/OSGDistanceLODBase.inl
r2 r54 91 91 } 92 92 93 #ifdef OSG_1_COMPAT 94 inline 95 Pnt3f &DistanceLODBase::getCenter(void) 96 { 97 return this->editCenter(); 98 } 99 #endif 100 93 101 //! Set the value of the DistanceLOD::_sfCenter field. 94 102 inline … … 123 131 return _mfRange; 124 132 } 133 134 #ifdef OSG_1_COMPAT 135 inline 136 Real32 &DistanceLODBase::getRange(const UInt32 index) 137 { 138 return this->editRange(index); 139 } 140 141 inline 142 MFReal32 &DistanceLODBase::getRange(void) 143 { 144 return this->editRange(); 145 } 146 147 #endif 148 125 149 126 150 //! Get the DistanceLOD::_mfRange field.
