SALOME - SMESH
UNV2417 Namespace Reference

Data Structures

struct  TRecord
 

Typedefs

typedef std::vector< intTListOfId
 
typedef int TGroupId
 
typedef std::map< TGroupId, TRecordTDataSet
 

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 Documentation

◆ TListOfId

typedef std::vector<int> UNV2417::TListOfId

Definition at line 33 of file UNV2417_Structure.hxx.

◆ TGroupId

Definition at line 41 of file UNV2417_Structure.hxx.

◆ TDataSet

typedef std::map<TGroupId, TRecord> UNV2417::TDataSet

Definition at line 42 of file UNV2417_Structure.hxx.

Function Documentation

◆ Read()

void UNV2417::Read ( std::ifstream &  in_stream,
TDataSet theDataSet 
)

◆ ReadGroup()

void UNV2417::ReadGroup ( const std::string &  myGroupLabel,
std::ifstream &  in_stream,
TDataSet theDataSet 
)

◆ Write()

void UNV2417::Write ( std::ofstream &  out_stream,
const TDataSet theDataSet 
)