Skip to content

Commit

Permalink
Add TwoFrameLinker<ForceProducer, PhysicalFrame> to bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Aug 29, 2024
1 parent 48a9fba commit b89b7de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bindings/simulation.i
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ OpenSim::ModelComponentSet<OpenSim::Constraint>;
%template(SetExternalForces) OpenSim::Set<OpenSim::ExternalForce, OpenSim::ModelComponent>;
%template(ModelComponentSetExternalForces) OpenSim::ModelComponentSet<OpenSim::ExternalForce>;

%include <OpenSim/Simulation/Model/ForceProducer.h>
%include <OpenSim/Simulation/Model/TwoFrameLinker.h>
%template(TwoFrameLinkerForce) OpenSim::TwoFrameLinker<OpenSim::Force, OpenSim::PhysicalFrame>;
%template(TwoFrameLinkerForceProducer) OpenSim::TwoFrameLinker<OpenSim::ForceProducer, OpenSim::PhysicalFrame>;
%template(TwoFrameLinkerConstraint) OpenSim::TwoFrameLinker<OpenSim::Constraint, OpenSim::PhysicalFrame>;

%include <OpenSim/Simulation/SimbodyEngine/FreeJoint.h>
Expand Down

0 comments on commit b89b7de

Please sign in to comment.