NeoPZ
|
TDatafile is a virtual class from which classes with different data formats can be derived. Getting Data. More...
#include <pzdatafi.h>
Public Member Functions | |
TDatafile (char *fn) | |
Constructor with filename of the data to import. More... | |
int | Error () |
Returns if could opening or not the data file. More... | |
virtual | ~TDatafile () |
Destructor. More... | |
virtual short | Read (TCompGrid &malha)=0 |
To import data into computational mesh. More... | |
Protected Attributes | |
filebuf | fBuffer |
File from import data. More... | |
istream | fData |
Data. More... | |
char | fFilename [256] |
File name. More... | |
int | fFileError |
Flag to report if the file is opening. More... | |
TDatafile is a virtual class from which classes with different data formats can be derived. Getting Data.
Definition at line 39 of file pzdatafi.h.
|
inline |
Constructor with filename of the data to import.
Definition at line 54 of file pzdatafi.h.
|
inlinevirtual |
|
inline |
Returns if could opening or not the data file.
Definition at line 64 of file pzdatafi.h.
References fFileError.
|
pure virtual |
To import data into computational mesh.
Referenced by ~TDatafile().
|
protected |
File from import data.
Definition at line 43 of file pzdatafi.h.
|
protected |
Data.
Definition at line 45 of file pzdatafi.h.
|
protected |
Flag to report if the file is opening.
Definition at line 49 of file pzdatafi.h.
Referenced by Error().
|
protected |
File name.
Definition at line 47 of file pzdatafi.h.