SALOME - SMESH
|
Data Structures | |
struct | TRecord |
Typedefs | |
typedef std::vector< int > | TListOfId |
typedef int | TGroupId |
typedef std::map< TGroupId, TRecord > | TDataSet |
Functions | |
void | Read (std::ifstream &in_stream, TDataSet &theDataSet) |
void | ReadGroup (const std::string &myGroupLabel, std::ifstream &in_stream, TDataSet &theDataSet) |
void | Write (std::ofstream &out_stream, const TDataSet &theDataSet) |
typedef std::vector<int> UNV2417::TListOfId |
Definition at line 33 of file UNV2417_Structure.hxx.
typedef int UNV2417::TGroupId |
Definition at line 41 of file UNV2417_Structure.hxx.
typedef std::map<TGroupId, TRecord> UNV2417::TDataSet |
Definition at line 42 of file UNV2417_Structure.hxx.
void UNV2417::Read | ( | std::ifstream & | in_stream, |
TDataSet & | theDataSet | ||
) |
void UNV2417::ReadGroup | ( | const std::string & | myGroupLabel, |
std::ifstream & | in_stream, | ||
TDataSet & | theDataSet | ||
) |
void UNV2417::Write | ( | std::ofstream & | out_stream, |
const TDataSet & | theDataSet | ||
) |