MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::named_ifgzstream Class Reference

#include <mesh.hpp>

Inheritance diagram for mfem::named_ifgzstream:
[legend]
Collaboration diagram for mfem::named_ifgzstream:
[legend]

Public Member Functions

 named_ifgzstream (const char *mesh_name)
 
- Public Member Functions inherited from mfem::ifgzstream
 ifgzstream (char const *name, char const *mode="rb")
 
 ~ifgzstream ()
 

Public Attributes

const char * filename
 

Additional Inherited Members

- Static Protected Member Functions inherited from mfem::ifgzstream
static bool maybe_gz (const char *fn)
 
- Protected Attributes inherited from mfem::ifgzstream
std::streambuf * buf
 

Detailed Description

Input file stream that remembers the input file name (useful for example when reading NetCDF meshes) and supports optional gzstream decompression.

Definition at line 1089 of file mesh.hpp.

Constructor & Destructor Documentation

mfem::named_ifgzstream::named_ifgzstream ( const char *  mesh_name)
inline

Definition at line 1093 of file mesh.hpp.

Member Data Documentation

const char* mfem::named_ifgzstream::filename

Definition at line 1092 of file mesh.hpp.


The documentation for this class was generated from the following file: