opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
blank_component.h
Go to the documentation of this file.
1#pragma once
2
3#include <OpenSim/Common/Component.h>
4
5namespace opyn
6{
7 class BlankComponent : public OpenSim::Component {
8 OpenSim_DECLARE_CONCRETE_OBJECT(BlankComponent, OpenSim::Component)
9 };
10}
Definition blank_component.h:7
Definition component_registry.h:14