#include "PC2IO.H"
Go to the source code of this file.
Functions | |
int | PC2FileInfo (const std::string &fileName) |
Get information from PlasCom2 file. More... | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 40 of file pc2fileinfo.C.
References PC2FileInfo().
int PC2FileInfo | ( | const std::string & | fileName | ) |
Get information from PlasCom2 file.
This function takes a relative or absolute path to a disk file and reads it to discover what data items have been written to the file, and any additional information.
fileName | path to file |
Definition at line 13 of file pc2fileinfo.C.
References pcpp::io::hdf5::FileInfo(), and pcpp::report::SimFileInfo().
Referenced by main().