UNV2412 Namespace Reference

Classes

struct  TRecord
 

Typedefs

typedef std::vector< TRecordTDataSet
 
typedef int TElementLab
 
typedef std::vector< intTNodeLabels
 

Functions

MESHDRIVERUNV_EXPORT bool IsBeam (int theFeDescriptorId)
 
MESHDRIVERUNV_EXPORT bool IsFace (int theFeDescriptorId)
 
MESHDRIVERUNV_EXPORT bool IsVolume (int theFeDescriptorId)
 
MESHDRIVERUNV_EXPORT void Read (std::ifstream &in_stream, TDataSet &theDataSet)
 
MESHDRIVERUNV_EXPORT void Write (std::ofstream &out_stream, const TDataSet &theDataSet)
 

Typedef Documentation

◆ TDataSet

typedef std::vector<TRecord> UNV2412::TDataSet

◆ TElementLab

◆ TNodeLabels

typedef std::vector<int> UNV2412::TNodeLabels

Function Documentation

◆ IsBeam()

bool UNV2412::IsBeam ( int  theFeDescriptorId)

Referenced by Read(), and Write().

◆ IsFace()

bool UNV2412::IsFace ( int  theFeDescriptorId)

◆ IsVolume()

bool UNV2412::IsVolume ( int  theFeDescriptorId)

◆ Read()

◆ Write()