mvSeek Class Reference

derived mvBaseAction - move towards a waypoint More...

#include <mvSeek.h>

Inheritance diagram for mvSeek:

mvBaseAction

List of all members.

Public Member Functions

virtual bool bodyOp (mvBehaviourResultPtr resultModule)
 pure virtual function for user defined behaviour operation for group nodes
virtual mvErrorEnum getParameterf (mvParamEnum param, mvFloat *num) const
 blah blah
virtual mvErrorEnum getParameteri (mvParamEnum param, mvIndex *index) const
 blah blah
virtual bool groupOp (mvGroupBehaviourResultPtr resultModule)
 pure virtual function for user defined behaviour operation for each single body
 mvSeek ()
virtual mvErrorEnum setParameterf (mvParamEnum param, mvFloat num)
 blah blah
virtual mvErrorEnum setParameteri (mvParamEnum param, mvIndex index)
 blah blah


Detailed Description

derived mvBaseAction - move towards a waypoint

Constructor & Destructor Documentation

mvSeek::mvSeek (  ) 

Copyright (c) 2006, 2007 David Young.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Member Function Documentation

bool mvSeek::bodyOp ( mvBehaviourResultPtr  resultModule  )  [virtual]

pure virtual function for user defined behaviour operation for group nodes

Parameters:
[in,out] resultModule module for retrieving and setting cooperative variables
Returns:
values true (perform) / false (break/ no operation)

Implements mvBaseAction.

bool mvSeek::groupOp ( mvGroupBehaviourResultPtr  resultModule  )  [virtual]

pure virtual function for user defined behaviour operation for each single body

Parameters:
[in,out] resultModule module for retrieve and setting motion
Returns:
values true (perform) / false (break/ no operation)

Implements mvBaseAction.


The documentation for this class was generated from the following files:
Generated on Wed Nov 14 17:05:00 2007 for mvMotionAI by  doxygen 1.5.3