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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl

    r1178 r1193  
    8989 
    9090    _sfTarget.setValue(value); 
    91  
    9291} 
    9392 
     
    106105 
    107106    _sfActiveSubHandle.setValue(value); 
    108  
    109107} 
    110108//! Get the value of the Manipulator::_sfLastMousePos field. 
     
    120118//! Get the value of the Manipulator::_sfLastMousePos field. 
    121119inline 
    122 const Pnt2f &ManipulatorBase::getLastMousePos(void) const 
     120const Pnt2f ManipulatorBase::getLastMousePos(void) const 
    123121{ 
    124122    return _sfLastMousePos.getValue(); 
     
    156154 
    157155    _sfViewport.setValue(value); 
    158  
    159156} 
    160157//! Get the value of the Manipulator::_sfActive field. 
     
    170167//! Get the value of the Manipulator::_sfActive field. 
    171168inline 
    172 const bool &ManipulatorBase::getActive(void) const 
     169const bool ManipulatorBase::getActive(void) const 
    173170{ 
    174171    return _sfActive.getValue(); 
     
    203200//! Get the value of the Manipulator::_sfLength field. 
    204201inline 
    205 const Vec3f &ManipulatorBase::getLength(void) const 
     202const Vec3f ManipulatorBase::getLength(void) const 
    206203{ 
    207204    return _sfLength.getValue(); 
     
    239236 
    240237    _sfHandleXNode.setValue(value); 
    241  
    242238} 
    243239 
     
    256252 
    257253    _sfHandleYNode.setValue(value); 
    258  
    259254} 
    260255 
     
    273268 
    274269    _sfHandleZNode.setValue(value); 
    275  
    276270} 
    277271 
     
    290284 
    291285    _sfTransXNode.setValue(value); 
    292  
    293286} 
    294287 
     
    307300 
    308301    _sfTransYNode.setValue(value); 
    309  
    310302} 
    311303 
     
    324316 
    325317    _sfTransZNode.setValue(value); 
    326  
    327318} 
    328319 
     
    341332 
    342333    _sfMaterialX.setValue(value); 
    343  
    344334} 
    345335 
     
    358348 
    359349    _sfMaterialY.setValue(value); 
    360  
    361350} 
    362351 
     
    375364 
    376365    _sfMaterialZ.setValue(value); 
    377  
    378366} 
    379367 
     
    392380 
    393381    _sfAxisLinesN.setValue(value); 
    394  
    395382} 
    396383