20#ifndef _CONECT_DATA_H_
21#define _CONECT_DATA_H_
57 int Read( FILE *f,
int typ,
int version = 2 );
59 int Write( std::ostream &fout );
Structure, which defines connection of two wings.
int Czeb1
number of wing 1 rib connected to wing 2
int Cend
number of wing 2 longeron connected to trailing point of wing 1
int Czeb2
number of wing 2 rib connected to wing 1
int CP2
number of the 2nd wing (horizontal in case of vertical connection)
int iActive
is connection section active ( 1- active, 2 - not active)
int iTyp
Type of connection ( horizontal, vertical, parallel )
std::string ConName
Name of connection.
int Csurf
surface of wing 2 which will be modified (0-bottom or exterior, 1-top or interior)
int CP1
number of the 1st wing (vertical in case of horizontal connection)
int Cstart
number of wing 2 longeron connected to leading point of wing 1
int Read(FILE *f, int typ, int version=2)
Read connection section (within MS2 file reading)
int Write(std::ostream &fout)
Write connection section (within MS2 file saving)
Simple I/O functions class.
This file contains some smart I/O functions.
This file contains ms2 (geometry info) data structure.