Abstract class for physic. More...
#include <APhysic.hpp>
Inheritance diagram for cae::APhysic:
Collaboration diagram for cae::APhysic:Public Member Functions | |
| ~APhysic () override=default | |
Public Member Functions inherited from cae::IPhysic | |
| ~IPhysic () override=default | |
Public Member Functions inherited from utl::IPlugin | |
| virtual | ~IPlugin ()=default |
| virtual std::string | getName () const =0 |
| Get the name of the plugin. | |
| virtual PluginType | getType () const =0 |
| Get the type of the plugin. | |
| virtual PluginPlatform | getPlatform () const =0 |
| Get the handled platform of the plugin. | |
Abstract class for physic.
Definition at line 19 of file APhysic.hpp.
|
overridedefault |