Show
Ignore:
Timestamp:
05/05/08 06:58:23 (3 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

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

    r1193 r1197  
    7777//! Get the value of the Manipulator::_sfTarget field. 
    7878inline 
    79 NodePtr ManipulatorBase::getTarget(void) const 
     79Node * ManipulatorBase::getTarget(void) const 
    8080{ 
    8181    return _sfTarget.getValue(); 
     
    8484//! Set the value of the Manipulator::_sfTarget field. 
    8585inline 
    86 void ManipulatorBase::setTarget(const NodePtr value) 
     86void ManipulatorBase::setTarget(Node * const value) 
    8787{ 
    8888    editSField(TargetFieldMask); 
     
    9393//! Get the value of the Manipulator::_sfActiveSubHandle field. 
    9494inline 
    95 NodePtr ManipulatorBase::getActiveSubHandle(void) const 
     95Node * ManipulatorBase::getActiveSubHandle(void) const 
    9696{ 
    9797    return _sfActiveSubHandle.getValue(); 
     
    100100//! Set the value of the Manipulator::_sfActiveSubHandle field. 
    101101inline 
    102 void ManipulatorBase::setActiveSubHandle(const NodePtr value) 
     102void ManipulatorBase::setActiveSubHandle(Node * const value) 
    103103{ 
    104104    editSField(ActiveSubHandleFieldMask); 
     
    142142//! Get the value of the Manipulator::_sfViewport field. 
    143143inline 
    144 ViewportPtr ManipulatorBase::getViewport(void) const 
     144Viewport * ManipulatorBase::getViewport(void) const 
    145145{ 
    146146    return _sfViewport.getValue(); 
     
    149149//! Set the value of the Manipulator::_sfViewport field. 
    150150inline 
    151 void ManipulatorBase::setViewport(const ViewportPtr value) 
     151void ManipulatorBase::setViewport(Viewport * const value) 
    152152{ 
    153153    editSField(ViewportFieldMask); 
     
    224224//! Get the value of the Manipulator::_sfHandleXNode field. 
    225225inline 
    226 NodePtr ManipulatorBase::getHandleXNode(void) const 
     226Node * ManipulatorBase::getHandleXNode(void) const 
    227227{ 
    228228    return _sfHandleXNode.getValue(); 
     
    231231//! Set the value of the Manipulator::_sfHandleXNode field. 
    232232inline 
    233 void ManipulatorBase::setHandleXNode(const NodePtr value) 
     233void ManipulatorBase::setHandleXNode(Node * const value) 
    234234{ 
    235235    editSField(HandleXNodeFieldMask); 
     
    240240//! Get the value of the Manipulator::_sfHandleYNode field. 
    241241inline 
    242 NodePtr ManipulatorBase::getHandleYNode(void) const 
     242Node * ManipulatorBase::getHandleYNode(void) const 
    243243{ 
    244244    return _sfHandleYNode.getValue(); 
     
    247247//! Set the value of the Manipulator::_sfHandleYNode field. 
    248248inline 
    249 void ManipulatorBase::setHandleYNode(const NodePtr value) 
     249void ManipulatorBase::setHandleYNode(Node * const value) 
    250250{ 
    251251    editSField(HandleYNodeFieldMask); 
     
    256256//! Get the value of the Manipulator::_sfHandleZNode field. 
    257257inline 
    258 NodePtr ManipulatorBase::getHandleZNode(void) const 
     258Node * ManipulatorBase::getHandleZNode(void) const 
    259259{ 
    260260    return _sfHandleZNode.getValue(); 
     
    263263//! Set the value of the Manipulator::_sfHandleZNode field. 
    264264inline 
    265 void ManipulatorBase::setHandleZNode(const NodePtr value) 
     265void ManipulatorBase::setHandleZNode(Node * const value) 
    266266{ 
    267267    editSField(HandleZNodeFieldMask); 
     
    272272//! Get the value of the Manipulator::_sfTransXNode field. 
    273273inline 
    274 NodePtr ManipulatorBase::getTransXNode(void) const 
     274Node * ManipulatorBase::getTransXNode(void) const 
    275275{ 
    276276    return _sfTransXNode.getValue(); 
     
    279279//! Set the value of the Manipulator::_sfTransXNode field. 
    280280inline 
    281 void ManipulatorBase::setTransXNode(const NodePtr value) 
     281void ManipulatorBase::setTransXNode(Node * const value) 
    282282{ 
    283283    editSField(TransXNodeFieldMask); 
     
    288288//! Get the value of the Manipulator::_sfTransYNode field. 
    289289inline 
    290 NodePtr ManipulatorBase::getTransYNode(void) const 
     290Node * ManipulatorBase::getTransYNode(void) const 
    291291{ 
    292292    return _sfTransYNode.getValue(); 
     
    295295//! Set the value of the Manipulator::_sfTransYNode field. 
    296296inline 
    297 void ManipulatorBase::setTransYNode(const NodePtr value) 
     297void ManipulatorBase::setTransYNode(Node * const value) 
    298298{ 
    299299    editSField(TransYNodeFieldMask); 
     
    304304//! Get the value of the Manipulator::_sfTransZNode field. 
    305305inline 
    306 NodePtr ManipulatorBase::getTransZNode(void) const 
     306Node * ManipulatorBase::getTransZNode(void) const 
    307307{ 
    308308    return _sfTransZNode.getValue(); 
     
    311311//! Set the value of the Manipulator::_sfTransZNode field. 
    312312inline 
    313 void ManipulatorBase::setTransZNode(const NodePtr value) 
     313void ManipulatorBase::setTransZNode(Node * const value) 
    314314{ 
    315315    editSField(TransZNodeFieldMask); 
     
    320320//! Get the value of the Manipulator::_sfMaterialX field. 
    321321inline 
    322 MaterialPtr ManipulatorBase::getMaterialX(void) const 
     322Material * ManipulatorBase::getMaterialX(void) const 
    323323{ 
    324324    return _sfMaterialX.getValue(); 
     
    327327//! Set the value of the Manipulator::_sfMaterialX field. 
    328328inline 
    329 void ManipulatorBase::setMaterialX(const MaterialPtr value) 
     329void ManipulatorBase::setMaterialX(Material * const value) 
    330330{ 
    331331    editSField(MaterialXFieldMask); 
     
    336336//! Get the value of the Manipulator::_sfMaterialY field. 
    337337inline 
    338 MaterialPtr ManipulatorBase::getMaterialY(void) const 
     338Material * ManipulatorBase::getMaterialY(void) const 
    339339{ 
    340340    return _sfMaterialY.getValue(); 
     
    343343//! Set the value of the Manipulator::_sfMaterialY field. 
    344344inline 
    345 void ManipulatorBase::setMaterialY(const MaterialPtr value) 
     345void ManipulatorBase::setMaterialY(Material * const value) 
    346346{ 
    347347    editSField(MaterialYFieldMask); 
     
    352352//! Get the value of the Manipulator::_sfMaterialZ field. 
    353353inline 
    354 MaterialPtr ManipulatorBase::getMaterialZ(void) const 
     354Material * ManipulatorBase::getMaterialZ(void) const 
    355355{ 
    356356    return _sfMaterialZ.getValue(); 
     
    359359//! Set the value of the Manipulator::_sfMaterialZ field. 
    360360inline 
    361 void ManipulatorBase::setMaterialZ(const MaterialPtr value) 
     361void ManipulatorBase::setMaterialZ(Material * const value) 
    362362{ 
    363363    editSField(MaterialZFieldMask); 
     
    368368//! Get the value of the Manipulator::_sfAxisLinesN field. 
    369369inline 
    370 NodePtr ManipulatorBase::getAxisLinesN(void) const 
     370Node * ManipulatorBase::getAxisLinesN(void) const 
    371371{ 
    372372    return _sfAxisLinesN.getValue(); 
     
    375375//! Set the value of the Manipulator::_sfAxisLinesN field. 
    376376inline 
    377 void ManipulatorBase::setAxisLinesN(const NodePtr value) 
     377void ManipulatorBase::setAxisLinesN(Node * const value) 
    378378{ 
    379379    editSField(AxisLinesNFieldMask);