Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | real_type = T |
using | policy_type = vtb::core::Policy |
using | testbed_type = vtb::core::Testbed< T, 3 > |
Public Member Functions | |
GeneratorPanel (const GeneratorPanel &)=delete | |
GeneratorPanel & | operator= (const GeneratorPanel &)=delete |
GeneratorPanel (GeneratorPanel &&)=default | |
GeneratorPanel & | operator= (GeneratorPanel &&)=default |
virtual std::any | generator (policy_type policy)=0 |
virtual void | draw ()=0 |
virtual void | init (const testbed_type &testbed)=0 |
Definition at line 13 of file GeneratorPanel.hh.