Changeset 1178 for trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl
- Timestamp:
- 04/18/08 04:10:31 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl
r1085 r1178 77 77 //! Get the value of the Manipulator::_sfTarget field. 78 78 inline 79 NodePtr ConstManipulatorBase::getTarget(void) const79 NodePtr ManipulatorBase::getTarget(void) const 80 80 { 81 81 return _sfTarget.getValue(); … … 84 84 //! Set the value of the Manipulator::_sfTarget field. 85 85 inline 86 void ManipulatorBase::setTarget( NodePtrConstArgvalue)86 void ManipulatorBase::setTarget(const NodePtr value) 87 87 { 88 88 editSField(TargetFieldMask); … … 94 94 //! Get the value of the Manipulator::_sfActiveSubHandle field. 95 95 inline 96 NodePtr ConstManipulatorBase::getActiveSubHandle(void) const96 NodePtr ManipulatorBase::getActiveSubHandle(void) const 97 97 { 98 98 return _sfActiveSubHandle.getValue(); … … 101 101 //! Set the value of the Manipulator::_sfActiveSubHandle field. 102 102 inline 103 void ManipulatorBase::setActiveSubHandle( NodePtrConstArgvalue)103 void ManipulatorBase::setActiveSubHandle(const NodePtr value) 104 104 { 105 105 editSField(ActiveSubHandleFieldMask); … … 144 144 //! Get the value of the Manipulator::_sfViewport field. 145 145 inline 146 ViewportPtr ConstManipulatorBase::getViewport(void) const146 ViewportPtr ManipulatorBase::getViewport(void) const 147 147 { 148 148 return _sfViewport.getValue(); … … 151 151 //! Set the value of the Manipulator::_sfViewport field. 152 152 inline 153 void ManipulatorBase::setViewport( ViewportPtrConstArgvalue)153 void ManipulatorBase::setViewport(const ViewportPtr value) 154 154 { 155 155 editSField(ViewportFieldMask); … … 227 227 //! Get the value of the Manipulator::_sfHandleXNode field. 228 228 inline 229 NodePtr ConstManipulatorBase::getHandleXNode(void) const229 NodePtr ManipulatorBase::getHandleXNode(void) const 230 230 { 231 231 return _sfHandleXNode.getValue(); … … 234 234 //! Set the value of the Manipulator::_sfHandleXNode field. 235 235 inline 236 void ManipulatorBase::setHandleXNode( NodePtrConstArgvalue)236 void ManipulatorBase::setHandleXNode(const NodePtr value) 237 237 { 238 238 editSField(HandleXNodeFieldMask); … … 244 244 //! Get the value of the Manipulator::_sfHandleYNode field. 245 245 inline 246 NodePtr ConstManipulatorBase::getHandleYNode(void) const246 NodePtr ManipulatorBase::getHandleYNode(void) const 247 247 { 248 248 return _sfHandleYNode.getValue(); … … 251 251 //! Set the value of the Manipulator::_sfHandleYNode field. 252 252 inline 253 void ManipulatorBase::setHandleYNode( NodePtrConstArgvalue)253 void ManipulatorBase::setHandleYNode(const NodePtr value) 254 254 { 255 255 editSField(HandleYNodeFieldMask); … … 261 261 //! Get the value of the Manipulator::_sfHandleZNode field. 262 262 inline 263 NodePtr ConstManipulatorBase::getHandleZNode(void) const263 NodePtr ManipulatorBase::getHandleZNode(void) const 264 264 { 265 265 return _sfHandleZNode.getValue(); … … 268 268 //! Set the value of the Manipulator::_sfHandleZNode field. 269 269 inline 270 void ManipulatorBase::setHandleZNode( NodePtrConstArgvalue)270 void ManipulatorBase::setHandleZNode(const NodePtr value) 271 271 { 272 272 editSField(HandleZNodeFieldMask); … … 278 278 //! Get the value of the Manipulator::_sfTransXNode field. 279 279 inline 280 NodePtr ConstManipulatorBase::getTransXNode(void) const280 NodePtr ManipulatorBase::getTransXNode(void) const 281 281 { 282 282 return _sfTransXNode.getValue(); … … 285 285 //! Set the value of the Manipulator::_sfTransXNode field. 286 286 inline 287 void ManipulatorBase::setTransXNode( NodePtrConstArgvalue)287 void ManipulatorBase::setTransXNode(const NodePtr value) 288 288 { 289 289 editSField(TransXNodeFieldMask); … … 295 295 //! Get the value of the Manipulator::_sfTransYNode field. 296 296 inline 297 NodePtr ConstManipulatorBase::getTransYNode(void) const297 NodePtr ManipulatorBase::getTransYNode(void) const 298 298 { 299 299 return _sfTransYNode.getValue(); … … 302 302 //! Set the value of the Manipulator::_sfTransYNode field. 303 303 inline 304 void ManipulatorBase::setTransYNode( NodePtrConstArgvalue)304 void ManipulatorBase::setTransYNode(const NodePtr value) 305 305 { 306 306 editSField(TransYNodeFieldMask); … … 312 312 //! Get the value of the Manipulator::_sfTransZNode field. 313 313 inline 314 NodePtr ConstManipulatorBase::getTransZNode(void) const314 NodePtr ManipulatorBase::getTransZNode(void) const 315 315 { 316 316 return _sfTransZNode.getValue(); … … 319 319 //! Set the value of the Manipulator::_sfTransZNode field. 320 320 inline 321 void ManipulatorBase::setTransZNode( NodePtrConstArgvalue)321 void ManipulatorBase::setTransZNode(const NodePtr value) 322 322 { 323 323 editSField(TransZNodeFieldMask); … … 329 329 //! Get the value of the Manipulator::_sfMaterialX field. 330 330 inline 331 MaterialPtr ConstManipulatorBase::getMaterialX(void) const331 MaterialPtr ManipulatorBase::getMaterialX(void) const 332 332 { 333 333 return _sfMaterialX.getValue(); … … 336 336 //! Set the value of the Manipulator::_sfMaterialX field. 337 337 inline 338 void ManipulatorBase::setMaterialX( MaterialPtrConstArgvalue)338 void ManipulatorBase::setMaterialX(const MaterialPtr value) 339 339 { 340 340 editSField(MaterialXFieldMask); … … 346 346 //! Get the value of the Manipulator::_sfMaterialY field. 347 347 inline 348 MaterialPtr ConstManipulatorBase::getMaterialY(void) const348 MaterialPtr ManipulatorBase::getMaterialY(void) const 349 349 { 350 350 return _sfMaterialY.getValue(); … … 353 353 //! Set the value of the Manipulator::_sfMaterialY field. 354 354 inline 355 void ManipulatorBase::setMaterialY( MaterialPtrConstArgvalue)355 void ManipulatorBase::setMaterialY(const MaterialPtr value) 356 356 { 357 357 editSField(MaterialYFieldMask); … … 363 363 //! Get the value of the Manipulator::_sfMaterialZ field. 364 364 inline 365 MaterialPtr ConstManipulatorBase::getMaterialZ(void) const365 MaterialPtr ManipulatorBase::getMaterialZ(void) const 366 366 { 367 367 return _sfMaterialZ.getValue(); … … 370 370 //! Set the value of the Manipulator::_sfMaterialZ field. 371 371 inline 372 void ManipulatorBase::setMaterialZ( MaterialPtrConstArgvalue)372 void ManipulatorBase::setMaterialZ(const MaterialPtr value) 373 373 { 374 374 editSField(MaterialZFieldMask); … … 380 380 //! Get the value of the Manipulator::_sfAxisLinesN field. 381 381 inline 382 NodePtr ConstManipulatorBase::getAxisLinesN(void) const382 NodePtr ManipulatorBase::getAxisLinesN(void) const 383 383 { 384 384 return _sfAxisLinesN.getValue(); … … 387 387 //! Set the value of the Manipulator::_sfAxisLinesN field. 388 388 inline 389 void ManipulatorBase::setAxisLinesN( NodePtrConstArgvalue)389 void ManipulatorBase::setAxisLinesN(const NodePtr value) 390 390 { 391 391 editSField(AxisLinesNFieldMask);
