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

Public Types

using propulsor_type = vtb::core::Propulsor< T >
 
using testbed_type = vtb::core::Testbed< T, 3 >
 

Public Member Functions

void draw ()
 
void init (const testbed_type &testbed)
 
const propulsor_typepropulsor () const
 
- Public Member Functions inherited from vtb::gui::Window
void show (bool b)
 
bool show () const
 
bool * show_ptr ()
 
void name (const std::string &rhs)
 
const std::stringname () const
 
bool menuItem ()
 

Detailed Description

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

Definition at line 18 of file ControlWindow.hh.