Package UNV2412


Data Structures

struct  TRecord

Typedefs

typedef std::vector< intTNodeLabels
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 Documentation

typedef std::vector<int> UNV2412.TNodeLabels
 

typedef int UNV2412.TElementLab
 

typedef std::map<TElementLab,TRecord> UNV2412.TDataSet
 


Function Documentation

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  )