21 void Read(
const char *_fname);
22 void Read( std::fstream &_fstr);
24 void WriteBinary(
const char *_fname);
25 void WriteBinary( std::string &_str);
26 void ReadBinary(
const char *_fname);
27 void ReadBinary( std::string &_str);
33 void PrintArray(
double *_a,
int s,
int e);
50 void FinishPropeller();
52 void AppendData(std::vector<std::string> _tokens);
56 static bool TokenizedLine(std::fstream &f, std::vector<std::string> &tok);
Definition: propeller_reader.h:15
Definition: propeller_table_2d.h:15