
Go to the source code of this file.
Macros | |
| #define | MESHDriverGMF_EXPORT |
| #define | GmfStrSiz 1024 |
| #define | GmfMaxTyp 1000 |
| #define | GmfMaxKwd 81 |
| #define | GmfMshVer 1 |
| #define | GmfRead 1 |
| #define | GmfWrite 2 |
| #define | GmfSca 1 |
| #define | GmfVec 2 |
| #define | GmfSymMat 3 |
| #define | GmfMat 4 |
| #define | GmfFloat 1 |
| #define | GmfDouble 2 |
| #define | call(x) x ## _ |
Functions | |
| int | GmfOpenMesh (const char *, int,...) |
| int | GmfCloseMesh (int) |
| int | GmfStatKwd (int, int,...) |
| int | GmfGotoKwd (int, int) |
| int | GmfSetKwd (int, int,...) |
| void | GmfGetLin (int, int,...) |
| void | GmfSetLin (int, int,...) |
| #define call | ( | x | ) | x ## _ |
| #define GmfDouble 2 |
| #define GmfFloat 1 |
| #define GmfMat 4 |
| #define GmfMaxKwd 81 |
| #define GmfMaxTyp 1000 |
| #define GmfMshVer 1 |
| #define GmfRead 1 |
| #define GmfSca 1 |
| #define GmfStrSiz 1024 |
| #define GmfSymMat 3 |
| #define GmfVec 2 |
| #define GmfWrite 2 |
| #define MESHDriverGMF_EXPORT |
| enum GmfKwdCod |
| int GmfCloseMesh | ( | int | MshIdx | ) |
References Asc, GmfMshSct::buf, GmfEnd, GmfKwdFmt, GmfMshTab, GmfSetKwd(), GmfWrite, GmfMshSct::hdl, MaxMsh, GmfMshSct::mod, RecBlk(), and GmfMshSct::typ.
Referenced by DriverGMF_Write::PerformSizeMap(), and DriverGMF::MeshCloser::~MeshCloser().
| void GmfGetLin | ( | int | MshIdx, |
| int | KwdCod, | ||
| ... | |||
| ) |
References Asc, KwdSct::fmt, GmfMshTab, GmfMshSct::hdl, GmfMshSct::KwdTab, KwdSct::NmbWrd, ScaBlk(), ScaDblWrd(), ScaWrd(), SolKwd, KwdSct::SolSiz, KwdSct::typ, GmfMshSct::typ, and GmfMshSct::ver.
Referenced by DriverGMF_Read::Perform().
| int GmfGotoKwd | ( | int | MshIdx, |
| int | KwdCod | ||
| ) |
References GmfMaxKwd, GmfMshTab, GmfMshSct::hdl, GmfMshSct::KwdTab, MaxMsh, KwdSct::NmbLin, and KwdSct::pos.
Referenced by DriverGMF_Read::Perform().
| int GmfOpenMesh | ( | const char * | FilNam, |
| int | mod, | ||
| ... | |||
| ) |
References Asc, Bin, GmfMshSct::buf, GmfMshSct::cod, GmfMshSct::DblBuf, GmfMshSct::dim, GmfMshSct::FilNam, GmfMshSct::FltBuf, GetPos(), GmfDimension, GmfIniFlg, GmfKwdFmt, GmfMshTab, GmfRead, GmfSetKwd(), GmfStrSiz, GmfVersionFormatted, GmfWrite, GmfMshSct::hdl, GmfMshSct::IntBuf, MaxMsh, GmfMshSct::mod, MshFil, RecWrd(), ScaKwdTab(), ScaWrd(), SolFil, GmfMshSct::typ, GmfMshSct::ver, and WrdSiz.
Referenced by DriverGMF_Read::GetMeshInfo(), DriverGMF_Read::Perform(), DriverGMF_Write::Perform(), and DriverGMF_Write::PerformSizeMap().
| int GmfSetKwd | ( | int | MshIdx, |
| int | KwdCod, | ||
| ... | |||
| ) |
References Asc, Bin, GmfMshSct::buf, ExpFmt(), GmfKwdFmt, GmfMaxKwd, GmfMshTab, GmfMshSct::hdl, InfKwd, GmfMshSct::KwdTab, MaxMsh, GmfMshSct::NexKwdPos, KwdSct::NmbLin, KwdSct::NmbTyp, KwdSct::NmbWrd, GmfMshSct::pos, RecBlk(), RecWrd(), SetPos(), GmfMshSct::siz, SolKwd, KwdSct::typ, GmfMshSct::typ, KwdSct::TypTab, and WrdSiz.
Referenced by GmfCloseMesh(), GmfOpenMesh(), DriverGMF_Write::Perform(), and DriverGMF_Write::PerformSizeMap().
| void GmfSetLin | ( | int | MshIdx, |
| int | KwdCod, | ||
| ... | |||
| ) |
References Asc, GmfMshSct::buf, GmfMshSct::FltBuf, KwdSct::fmt, GmfMshTab, GmfMshSct::hdl, GmfMshSct::IntBuf, GmfMshSct::KwdTab, KwdSct::NmbWrd, RecBlk(), SolKwd, KwdSct::SolSiz, KwdSct::typ, GmfMshSct::typ, and GmfMshSct::ver.
Referenced by DriverGMF_Write::Perform(), and DriverGMF_Write::PerformSizeMap().
| int GmfStatKwd | ( | int | MshIdx, |
| int | KwdCod, | ||
| ... | |||
| ) |
References GmfMaxKwd, GmfMshTab, GmfMshSct::KwdTab, MaxMsh, KwdSct::NmbLin, KwdSct::NmbTyp, SolKwd, KwdSct::SolSiz, KwdSct::typ, and KwdSct::TypTab.
Referenced by DriverGMF_Read::GetMeshInfo(), and DriverGMF_Read::Perform().