Changeset 1197 for trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl
- Timestamp:
- 05/05/08 06:58:23 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGManipulatorBase.inl
r1193 r1197 77 77 //! Get the value of the Manipulator::_sfTarget field. 78 78 inline 79 Node PtrManipulatorBase::getTarget(void) const79 Node * 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( const NodePtrvalue)86 void ManipulatorBase::setTarget(Node * const value) 87 87 { 88 88 editSField(TargetFieldMask); … … 93 93 //! Get the value of the Manipulator::_sfActiveSubHandle field. 94 94 inline 95 Node PtrManipulatorBase::getActiveSubHandle(void) const95 Node * ManipulatorBase::getActiveSubHandle(void) const 96 96 { 97 97 return _sfActiveSubHandle.getValue(); … … 100 100 //! Set the value of the Manipulator::_sfActiveSubHandle field. 101 101 inline 102 void ManipulatorBase::setActiveSubHandle( const NodePtrvalue)102 void ManipulatorBase::setActiveSubHandle(Node * const value) 103 103 { 104 104 editSField(ActiveSubHandleFieldMask); … … 142 142 //! Get the value of the Manipulator::_sfViewport field. 143 143 inline 144 Viewport PtrManipulatorBase::getViewport(void) const144 Viewport * ManipulatorBase::getViewport(void) const 145 145 { 146 146 return _sfViewport.getValue(); … … 149 149 //! Set the value of the Manipulator::_sfViewport field. 150 150 inline 151 void ManipulatorBase::setViewport( const ViewportPtrvalue)151 void ManipulatorBase::setViewport(Viewport * const value) 152 152 { 153 153 editSField(ViewportFieldMask); … … 224 224 //! Get the value of the Manipulator::_sfHandleXNode field. 225 225 inline 226 Node PtrManipulatorBase::getHandleXNode(void) const226 Node * ManipulatorBase::getHandleXNode(void) const 227 227 { 228 228 return _sfHandleXNode.getValue(); … … 231 231 //! Set the value of the Manipulator::_sfHandleXNode field. 232 232 inline 233 void ManipulatorBase::setHandleXNode( const NodePtrvalue)233 void ManipulatorBase::setHandleXNode(Node * const value) 234 234 { 235 235 editSField(HandleXNodeFieldMask); … … 240 240 //! Get the value of the Manipulator::_sfHandleYNode field. 241 241 inline 242 Node PtrManipulatorBase::getHandleYNode(void) const242 Node * ManipulatorBase::getHandleYNode(void) const 243 243 { 244 244 return _sfHandleYNode.getValue(); … … 247 247 //! Set the value of the Manipulator::_sfHandleYNode field. 248 248 inline 249 void ManipulatorBase::setHandleYNode( const NodePtrvalue)249 void ManipulatorBase::setHandleYNode(Node * const value) 250 250 { 251 251 editSField(HandleYNodeFieldMask); … … 256 256 //! Get the value of the Manipulator::_sfHandleZNode field. 257 257 inline 258 Node PtrManipulatorBase::getHandleZNode(void) const258 Node * ManipulatorBase::getHandleZNode(void) const 259 259 { 260 260 return _sfHandleZNode.getValue(); … … 263 263 //! Set the value of the Manipulator::_sfHandleZNode field. 264 264 inline 265 void ManipulatorBase::setHandleZNode( const NodePtrvalue)265 void ManipulatorBase::setHandleZNode(Node * const value) 266 266 { 267 267 editSField(HandleZNodeFieldMask); … … 272 272 //! Get the value of the Manipulator::_sfTransXNode field. 273 273 inline 274 Node PtrManipulatorBase::getTransXNode(void) const274 Node * ManipulatorBase::getTransXNode(void) const 275 275 { 276 276 return _sfTransXNode.getValue(); … … 279 279 //! Set the value of the Manipulator::_sfTransXNode field. 280 280 inline 281 void ManipulatorBase::setTransXNode( const NodePtrvalue)281 void ManipulatorBase::setTransXNode(Node * const value) 282 282 { 283 283 editSField(TransXNodeFieldMask); … … 288 288 //! Get the value of the Manipulator::_sfTransYNode field. 289 289 inline 290 Node PtrManipulatorBase::getTransYNode(void) const290 Node * ManipulatorBase::getTransYNode(void) const 291 291 { 292 292 return _sfTransYNode.getValue(); … … 295 295 //! Set the value of the Manipulator::_sfTransYNode field. 296 296 inline 297 void ManipulatorBase::setTransYNode( const NodePtrvalue)297 void ManipulatorBase::setTransYNode(Node * const value) 298 298 { 299 299 editSField(TransYNodeFieldMask); … … 304 304 //! Get the value of the Manipulator::_sfTransZNode field. 305 305 inline 306 Node PtrManipulatorBase::getTransZNode(void) const306 Node * ManipulatorBase::getTransZNode(void) const 307 307 { 308 308 return _sfTransZNode.getValue(); … … 311 311 //! Set the value of the Manipulator::_sfTransZNode field. 312 312 inline 313 void ManipulatorBase::setTransZNode( const NodePtrvalue)313 void ManipulatorBase::setTransZNode(Node * const value) 314 314 { 315 315 editSField(TransZNodeFieldMask); … … 320 320 //! Get the value of the Manipulator::_sfMaterialX field. 321 321 inline 322 Material PtrManipulatorBase::getMaterialX(void) const322 Material * ManipulatorBase::getMaterialX(void) const 323 323 { 324 324 return _sfMaterialX.getValue(); … … 327 327 //! Set the value of the Manipulator::_sfMaterialX field. 328 328 inline 329 void ManipulatorBase::setMaterialX( const MaterialPtrvalue)329 void ManipulatorBase::setMaterialX(Material * const value) 330 330 { 331 331 editSField(MaterialXFieldMask); … … 336 336 //! Get the value of the Manipulator::_sfMaterialY field. 337 337 inline 338 Material PtrManipulatorBase::getMaterialY(void) const338 Material * ManipulatorBase::getMaterialY(void) const 339 339 { 340 340 return _sfMaterialY.getValue(); … … 343 343 //! Set the value of the Manipulator::_sfMaterialY field. 344 344 inline 345 void ManipulatorBase::setMaterialY( const MaterialPtrvalue)345 void ManipulatorBase::setMaterialY(Material * const value) 346 346 { 347 347 editSField(MaterialYFieldMask); … … 352 352 //! Get the value of the Manipulator::_sfMaterialZ field. 353 353 inline 354 Material PtrManipulatorBase::getMaterialZ(void) const354 Material * ManipulatorBase::getMaterialZ(void) const 355 355 { 356 356 return _sfMaterialZ.getValue(); … … 359 359 //! Set the value of the Manipulator::_sfMaterialZ field. 360 360 inline 361 void ManipulatorBase::setMaterialZ( const MaterialPtrvalue)361 void ManipulatorBase::setMaterialZ(Material * const value) 362 362 { 363 363 editSField(MaterialZFieldMask); … … 368 368 //! Get the value of the Manipulator::_sfAxisLinesN field. 369 369 inline 370 Node PtrManipulatorBase::getAxisLinesN(void) const370 Node * ManipulatorBase::getAxisLinesN(void) const 371 371 { 372 372 return _sfAxisLinesN.getValue(); … … 375 375 //! Set the value of the Manipulator::_sfAxisLinesN field. 376 376 inline 377 void ManipulatorBase::setAxisLinesN( const NodePtrvalue)377 void ManipulatorBase::setAxisLinesN(Node * const value) 378 378 { 379 379 editSField(AxisLinesNFieldMask);
