|
MocoExtendProblem: Interface Between OpenSim and MATLAB for Rapidly Developing Direct Collocation Goals in Moco 1.1.0
add custom Moco goals to existing matlab scripts
|
Base class for operation creators. More...
#include <dispatch.h>

Public Member Functions | |
| OperationCreator (OperationNameAdmitter *admitter) | |
| Register an operation in the constructor. | |
| virtual | ~OperationCreator () |
| Destructor. | |
| virtual Operation * | create ()=0 |
| Implementation must return a new instance of the operation. | |
Base class for operation creators.
|
inlineexplicit |
Register an operation in the constructor.

|
inlinevirtual |
Destructor.
|
pure virtual |
Implementation must return a new instance of the operation.
Implemented in OperationCreatorImpl< OperationClass >.