#include "SMESH_DriverUNV.hxx"
#include <map>
#include <vector>
#include <fstream>
Go to the source code of this file.
Data Structures | |
struct | UNV2412.TRecord |
Typedefs | |
typedef std::vector< int > | UNV2412.TNodeLabels |
typedef int | UNV2412.TElementLab |
typedef std::map< TElementLab, TRecord > | UNV2412.TDataSet |
Functions | |
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) |