#include "MEDMEM_PorflowMeshDriver.hxx"#include "MEDMEM_DriversDef.hxx"#include "MEDMEM_DriverTools.hxx"#include "MEDMEM_Family.hxx"#include "MEDMEM_Group.hxx"#include "MEDMEM_Coordinate.hxx"#include "MEDMEM_Connectivity.hxx"#include "MEDMEM_Mesh.hxx"#include "MEDMEM_CellModel.hxx"#include "MEDMEM_define.hxx"#include <string.h>#include <ctype.h>#include <iostream>#include <sstream>#include <iomanip>
Functions | |
| static bool | isKeyWord (const string &line, const char *key) |
| static void | locateFileName (const string &line, string::size_type &pos1, string::size_type &pos2) |
| static string | getPorflowFileName (const string &line, const char *context) |
| static medGeometryElement | get2DMedGeomType (int nbSommets) |
| static bool isKeyWord | ( | const string & | line, |
| const char * | key | ||
| ) | [static] |
| static void locateFileName | ( | const string & | line, |
| string::size_type & | pos1, | ||
| string::size_type & | pos2 | ||
| ) | [static] |
| static string getPorflowFileName | ( | const string & | line, |
| const char * | context | ||
| ) | [static] |
References locateFileName().
| static medGeometryElement get2DMedGeomType | ( | int | nbSommets | ) | [static] |
References MED_EN.MED_NONE, MED_EN.MED_QUAD4, MED_EN.MED_SEG2, and MED_EN.MED_TRIA3.