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
OperationCreator Class Referenceabstract

Base class for operation creators. More...

#include <dispatch.h>

Inheritance diagram for OperationCreator:

Public Member Functions

 OperationCreator (OperationNameAdmitter *admitter)
 Register an operation in the constructor.
 
virtual ~OperationCreator ()
 Destructor.
 
virtual Operationcreate ()=0
 Implementation must return a new instance of the operation.
 

Detailed Description

Base class for operation creators.

Constructor & Destructor Documentation

◆ OperationCreator()

OperationCreator ( OperationNameAdmitter * admitter)
inlineexplicit

Register an operation in the constructor.

Here is the call graph for this function:

◆ ~OperationCreator()

virtual ~OperationCreator ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ create()

virtual Operation * create ( )
pure virtual

Implementation must return a new instance of the operation.

Implemented in OperationCreatorImpl< OperationClass >.


The documentation for this class was generated from the following file: