Changeset 1193 for trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl
- Timestamp:
- 05/05/08 06:39:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl
r1178 r1193 89 89 90 90 _sfTarget.setValue(value); 91 92 91 } 93 92 … … 106 105 107 106 _sfActiveSubHandle.setValue(value); 108 109 107 } 110 108 //! Get the value of the Manipulator::_sfLastMousePos field. … … 120 118 //! Get the value of the Manipulator::_sfLastMousePos field. 121 119 inline 122 const Pnt2f &ManipulatorBase::getLastMousePos(void) const120 const Pnt2f ManipulatorBase::getLastMousePos(void) const 123 121 { 124 122 return _sfLastMousePos.getValue(); … … 156 154 157 155 _sfViewport.setValue(value); 158 159 156 } 160 157 //! Get the value of the Manipulator::_sfActive field. … … 170 167 //! Get the value of the Manipulator::_sfActive field. 171 168 inline 172 const bool &ManipulatorBase::getActive(void) const169 const bool ManipulatorBase::getActive(void) const 173 170 { 174 171 return _sfActive.getValue(); … … 203 200 //! Get the value of the Manipulator::_sfLength field. 204 201 inline 205 const Vec3f &ManipulatorBase::getLength(void) const202 const Vec3f ManipulatorBase::getLength(void) const 206 203 { 207 204 return _sfLength.getValue(); … … 239 236 240 237 _sfHandleXNode.setValue(value); 241 242 238 } 243 239 … … 256 252 257 253 _sfHandleYNode.setValue(value); 258 259 254 } 260 255 … … 273 268 274 269 _sfHandleZNode.setValue(value); 275 276 270 } 277 271 … … 290 284 291 285 _sfTransXNode.setValue(value); 292 293 286 } 294 287 … … 307 300 308 301 _sfTransYNode.setValue(value); 309 310 302 } 311 303 … … 324 316 325 317 _sfTransZNode.setValue(value); 326 327 318 } 328 319 … … 341 332 342 333 _sfMaterialX.setValue(value); 343 344 334 } 345 335 … … 358 348 359 349 _sfMaterialY.setValue(value); 360 361 350 } 362 351 … … 375 364 376 365 _sfMaterialZ.setValue(value); 377 378 366 } 379 367 … … 392 380 393 381 _sfAxisLinesN.setValue(value); 394 395 382 } 396 383
