|
SALOME - SMESH
|
Data Structures | |
| struct | TRecord |
Typedefs | |
| typedef std::vector< int > | TNodeLabels |
| typedef int | TElementLab |
| typedef std::map< TElementLab, TRecord > | TDataSet |
Functions | |
| void | Read (std::ifstream &in_stream, TDataSet &theDataSet) |
| void | Write (std::ofstream &out_stream, const TDataSet &theDataSet) |
| bool | IsBeam (int theFeDescriptorId) |
| bool | IsFace (int theFeDescriptorId) |
| bool | IsVolume (int theFeDescriptorId) |
| typedef std::vector<int> UNV2412::TNodeLabels |
Definition at line 34 of file UNV2412_Structure.hxx.
| typedef int UNV2412::TElementLab |
Definition at line 51 of file UNV2412_Structure.hxx.
| typedef std::map<TElementLab,TRecord> UNV2412::TDataSet |
Definition at line 52 of file UNV2412_Structure.hxx.
| void UNV2412::Read | ( | std::ifstream & | in_stream, |
| TDataSet & | theDataSet | ||
| ) |
| void UNV2412::Write | ( | std::ofstream & | out_stream, |
| const TDataSet & | theDataSet | ||
| ) |
| bool UNV2412::IsBeam | ( | int | theFeDescriptorId | ) |
| bool UNV2412::IsFace | ( | int | theFeDescriptorId | ) |
| bool UNV2412::IsVolume | ( | int | theFeDescriptorId | ) |