CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
MS2 data structure definition. More...
#include <ms2data_struct.h>
Public Attributes | |
MS2_General | General |
general geometric data | |
MS2_Fuselage | Fuselage |
fuselage data | |
std::vector< MS2_Wing > | Wings |
wings data | |
std::vector< MS2_Conn > | Conns |
connections data | |
std::vector< MS2_Wake > | Wakes |
special info for wake calculation | |
std::vector< MS2_Profile > | Profiles |
embedded profiles | |
MS2 data structure definition.
Definition at line 413 of file ms2data_struct.h.
std::vector<MS2_Conn> MS2_Data_Struct::Conns |
connections data
Definition at line 418 of file ms2data_struct.h.
Referenced by MS2_Data::Clear(), MS2_Data::GetNConns(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteConns().
MS2_Fuselage MS2_Data_Struct::Fuselage |
fuselage data
Definition at line 416 of file ms2data_struct.h.
Referenced by MS2_Data::Clear(), MS2_Data::Read(), MS2_Data::ReadFusFromParams(), MS2_Data::SetDefaults(), and MS2_Data::WriteFuselage().
MS2_General MS2_Data_Struct::General |
general geometric data
Definition at line 415 of file ms2data_struct.h.
Referenced by MS2_Data::Clear(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
std::vector<MS2_Profile> MS2_Data_Struct::Profiles |
embedded profiles
Definition at line 420 of file ms2data_struct.h.
Referenced by MS2_Data::GetNProfs(), MS2_Data::Read(), MS2_Data::ReadProfile(), and MS2_Data::Write().
std::vector<MS2_Wake> MS2_Data_Struct::Wakes |
special info for wake calculation
Definition at line 419 of file ms2data_struct.h.
Referenced by MS2_Data::Clear(), MS2_Data::GetNWakes(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteWakes().
std::vector<MS2_Wing> MS2_Data_Struct::Wings |
wings data
Definition at line 417 of file ms2data_struct.h.
Referenced by MS2_Data::Clear(), MS2_Data::GetDpWingNo(), MS2_Data::GetIndpWingNo(), MS2_Data::GetNWings(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::Write().