Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Types | Public Member Functions | List of all members
vtb::gui::GeneratorPanel< T > Class Template Referenceabstract
Inheritance diagram for vtb::gui::GeneratorPanel< T >:
[legend]

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
 
GeneratorPaneloperator= (const GeneratorPanel &)=delete
 
 GeneratorPanel (GeneratorPanel &&)=default
 
GeneratorPaneloperator= (GeneratorPanel &&)=default
 
virtual std::any generator (policy_type policy)=0
 
virtual void draw ()=0
 
virtual void init (const testbed_type &testbed)=0
 

Detailed Description

template<class T>
class vtb::gui::GeneratorPanel< T >

Definition at line 13 of file GeneratorPanel.hh.