Show
Ignore:
Timestamp:
04/18/08 04:10:31 (8 months ago)
Author:
vossg
Message:

changed: pointer cleanup base rebuild

Files:

Legend:

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

    r1085 r1178  
    7777//! Get the value of the Manipulator::_sfTarget field. 
    7878inline 
    79 NodePtrConst ManipulatorBase::getTarget(void) const 
     79NodePtr ManipulatorBase::getTarget(void) const 
    8080{ 
    8181    return _sfTarget.getValue(); 
     
    8484//! Set the value of the Manipulator::_sfTarget field. 
    8585inline 
    86 void ManipulatorBase::setTarget(NodePtrConstArg value) 
     86void ManipulatorBase::setTarget(const NodePtr value) 
    8787{ 
    8888    editSField(TargetFieldMask); 
     
    9494//! Get the value of the Manipulator::_sfActiveSubHandle field. 
    9595inline 
    96 NodePtrConst ManipulatorBase::getActiveSubHandle(void) const 
     96NodePtr ManipulatorBase::getActiveSubHandle(void) const 
    9797{ 
    9898    return _sfActiveSubHandle.getValue(); 
     
    101101//! Set the value of the Manipulator::_sfActiveSubHandle field. 
    102102inline 
    103 void ManipulatorBase::setActiveSubHandle(NodePtrConstArg value) 
     103void ManipulatorBase::setActiveSubHandle(const NodePtr value) 
    104104{ 
    105105    editSField(ActiveSubHandleFieldMask); 
     
    144144//! Get the value of the Manipulator::_sfViewport field. 
    145145inline 
    146 ViewportPtrConst ManipulatorBase::getViewport(void) const 
     146ViewportPtr ManipulatorBase::getViewport(void) const 
    147147{ 
    148148    return _sfViewport.getValue(); 
     
    151151//! Set the value of the Manipulator::_sfViewport field. 
    152152inline 
    153 void ManipulatorBase::setViewport(ViewportPtrConstArg value) 
     153void ManipulatorBase::setViewport(const ViewportPtr value) 
    154154{ 
    155155    editSField(ViewportFieldMask); 
     
    227227//! Get the value of the Manipulator::_sfHandleXNode field. 
    228228inline 
    229 NodePtrConst ManipulatorBase::getHandleXNode(void) const 
     229NodePtr ManipulatorBase::getHandleXNode(void) const 
    230230{ 
    231231    return _sfHandleXNode.getValue(); 
     
    234234//! Set the value of the Manipulator::_sfHandleXNode field. 
    235235inline 
    236 void ManipulatorBase::setHandleXNode(NodePtrConstArg value) 
     236void ManipulatorBase::setHandleXNode(const NodePtr value) 
    237237{ 
    238238    editSField(HandleXNodeFieldMask); 
     
    244244//! Get the value of the Manipulator::_sfHandleYNode field. 
    245245inline 
    246 NodePtrConst ManipulatorBase::getHandleYNode(void) const 
     246NodePtr ManipulatorBase::getHandleYNode(void) const 
    247247{ 
    248248    return _sfHandleYNode.getValue(); 
     
    251251//! Set the value of the Manipulator::_sfHandleYNode field. 
    252252inline 
    253 void ManipulatorBase::setHandleYNode(NodePtrConstArg value) 
     253void ManipulatorBase::setHandleYNode(const NodePtr value) 
    254254{ 
    255255    editSField(HandleYNodeFieldMask); 
     
    261261//! Get the value of the Manipulator::_sfHandleZNode field. 
    262262inline 
    263 NodePtrConst ManipulatorBase::getHandleZNode(void) const 
     263NodePtr ManipulatorBase::getHandleZNode(void) const 
    264264{ 
    265265    return _sfHandleZNode.getValue(); 
     
    268268//! Set the value of the Manipulator::_sfHandleZNode field. 
    269269inline 
    270 void ManipulatorBase::setHandleZNode(NodePtrConstArg value) 
     270void ManipulatorBase::setHandleZNode(const NodePtr value) 
    271271{ 
    272272    editSField(HandleZNodeFieldMask); 
     
    278278//! Get the value of the Manipulator::_sfTransXNode field. 
    279279inline 
    280 NodePtrConst ManipulatorBase::getTransXNode(void) const 
     280NodePtr ManipulatorBase::getTransXNode(void) const 
    281281{ 
    282282    return _sfTransXNode.getValue(); 
     
    285285//! Set the value of the Manipulator::_sfTransXNode field. 
    286286inline 
    287 void ManipulatorBase::setTransXNode(NodePtrConstArg value) 
     287void ManipulatorBase::setTransXNode(const NodePtr value) 
    288288{ 
    289289    editSField(TransXNodeFieldMask); 
     
    295295//! Get the value of the Manipulator::_sfTransYNode field. 
    296296inline 
    297 NodePtrConst ManipulatorBase::getTransYNode(void) const 
     297NodePtr ManipulatorBase::getTransYNode(void) const 
    298298{ 
    299299    return _sfTransYNode.getValue(); 
     
    302302//! Set the value of the Manipulator::_sfTransYNode field. 
    303303inline 
    304 void ManipulatorBase::setTransYNode(NodePtrConstArg value) 
     304void ManipulatorBase::setTransYNode(const NodePtr value) 
    305305{ 
    306306    editSField(TransYNodeFieldMask); 
     
    312312//! Get the value of the Manipulator::_sfTransZNode field. 
    313313inline 
    314 NodePtrConst ManipulatorBase::getTransZNode(void) const 
     314NodePtr ManipulatorBase::getTransZNode(void) const 
    315315{ 
    316316    return _sfTransZNode.getValue(); 
     
    319319//! Set the value of the Manipulator::_sfTransZNode field. 
    320320inline 
    321 void ManipulatorBase::setTransZNode(NodePtrConstArg value) 
     321void ManipulatorBase::setTransZNode(const NodePtr value) 
    322322{ 
    323323    editSField(TransZNodeFieldMask); 
     
    329329//! Get the value of the Manipulator::_sfMaterialX field. 
    330330inline 
    331 MaterialPtrConst ManipulatorBase::getMaterialX(void) const 
     331MaterialPtr ManipulatorBase::getMaterialX(void) const 
    332332{ 
    333333    return _sfMaterialX.getValue(); 
     
    336336//! Set the value of the Manipulator::_sfMaterialX field. 
    337337inline 
    338 void ManipulatorBase::setMaterialX(MaterialPtrConstArg value) 
     338void ManipulatorBase::setMaterialX(const MaterialPtr value) 
    339339{ 
    340340    editSField(MaterialXFieldMask); 
     
    346346//! Get the value of the Manipulator::_sfMaterialY field. 
    347347inline 
    348 MaterialPtrConst ManipulatorBase::getMaterialY(void) const 
     348MaterialPtr ManipulatorBase::getMaterialY(void) const 
    349349{ 
    350350    return _sfMaterialY.getValue(); 
     
    353353//! Set the value of the Manipulator::_sfMaterialY field. 
    354354inline 
    355 void ManipulatorBase::setMaterialY(MaterialPtrConstArg value) 
     355void ManipulatorBase::setMaterialY(const MaterialPtr value) 
    356356{ 
    357357    editSField(MaterialYFieldMask); 
     
    363363//! Get the value of the Manipulator::_sfMaterialZ field. 
    364364inline 
    365 MaterialPtrConst ManipulatorBase::getMaterialZ(void) const 
     365MaterialPtr ManipulatorBase::getMaterialZ(void) const 
    366366{ 
    367367    return _sfMaterialZ.getValue(); 
     
    370370//! Set the value of the Manipulator::_sfMaterialZ field. 
    371371inline 
    372 void ManipulatorBase::setMaterialZ(MaterialPtrConstArg value) 
     372void ManipulatorBase::setMaterialZ(const MaterialPtr value) 
    373373{ 
    374374    editSField(MaterialZFieldMask); 
     
    380380//! Get the value of the Manipulator::_sfAxisLinesN field. 
    381381inline 
    382 NodePtrConst ManipulatorBase::getAxisLinesN(void) const 
     382NodePtr ManipulatorBase::getAxisLinesN(void) const 
    383383{ 
    384384    return _sfAxisLinesN.getValue(); 
     
    387387//! Set the value of the Manipulator::_sfAxisLinesN field. 
    388388inline 
    389 void ManipulatorBase::setAxisLinesN(NodePtrConstArg value) 
     389void ManipulatorBase::setAxisLinesN(const NodePtr value) 
    390390{ 
    391391    editSField(AxisLinesNFieldMask);