Go to the source code of this file.
|
Int | nextIntINRIAMeshField (std::string const &line, std::istream &myStream) |
| nextIntINRIAMeshField - More...
|
|
bool | readINRIAMeshFileHead (std::ifstream &myStream, UInt &numberVertices, UInt &numberBoundaryVertices, UInt &numberBoundaryFaces, UInt &numberBoundaryEdges, UInt &numberVolumes, UInt &numberStoredFaces, ReferenceShapes &shape, InternalEntitySelector iSelect) |
| readINRIAMeshFileHead - It Reads all basic info from INRIA MESH. More...
|
|
template<typename GeoShape > |
bool | ReadINRIAMeshFile (BareMesh< GeoShape > &bareMesh, std::string const &fileName, markerID_Type regionFlag, bool verbose=false, InternalEntitySelector iSelect=InternalEntitySelector()) |
| INRIAMeshRead - reads .mesh meshes. More...
|
|