|
gstlearn
0.3.3
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
This is the complete list of members for ASerializable, including all inherited members.
| _commentWrite(std::ostream &os, const String &comment) | ASerializable | protectedstatic |
| _deserialize(std::istream &is, bool verbose=false)=0 | ASerializable | protectedpure virtual |
| _fileOpenRead(const String &filename, std::ifstream &is, bool verbose=false) const | ASerializable | protected |
| _fileOpenWrite(const String &filename, std::ofstream &os, bool verbose=false) const | ASerializable | protected |
| _getNFName() const =0 | ASerializable | protectedpure virtual |
| _onlyBlanks(char *string) | ASerializable | protectedstatic |
| _recordRead(std::istream &is, const String &title, T &val) | ASerializable | protectedstatic |
| _recordReadVec(std::istream &is, const String &title, VectorT< T > &vec, int nvalues) | ASerializable | protectedstatic |
| _recordWrite(std::ostream &os, const String &title, const T &val) | ASerializable | protectedstatic |
| _recordWriteVec(std::ostream &os, const String &title, const VectorT< T > &vec) | ASerializable | protectedstatic |
| _serialize(std::ostream &os, bool verbose=false) const =0 | ASerializable | protectedpure virtual |
| _tableRead(std::istream &is, const String &string, int ntab, double *tab) | ASerializable | protectedstatic |
| _tableWrite(std::ostream &os, const String &string, int ntab, const VectorDouble &tab) | ASerializable | protectedstatic |
| ASerializable() | ASerializable | |
| ASerializable(const ASerializable &r) | ASerializable | |
| buildFileName(int status, const String &filename, bool ensureDirExist=false) | ASerializable | static |
| createDirectory(const String &dir) | ASerializable | static |
| deserialize(std::istream &is, bool verbose=true) | ASerializable | |
| dumpToNF(const String &neutralFilename, bool verbose=false) const | ASerializable | |
| getContainerName() | ASerializable | static |
| getDirectory(const String &path) | ASerializable | static |
| getExecDirectory() | ASerializable | static |
| getFileIdentity(const String &filename, bool verbose=false) | ASerializable | static |
| getHomeDirectory(const String &sub="") | ASerializable | static |
| getPrefixName() | ASerializable | static |
| getTestData(const String &subdir, const String &filename) | ASerializable | static |
| getWorkingDirectory() | ASerializable | static |
| myContainerName | ASerializable | privatestatic |
| myPrefixName | ASerializable | privatestatic |
| operator=(const ASerializable &r) | ASerializable | |
| serialize(std::ostream &os, bool verbose=true) const | ASerializable | |
| setContainerName(bool useDefault, const String &containerName=String(), bool verbose=false) | ASerializable | static |
| setPrefixName(const String &prefixName) | ASerializable | static |
| unsetContainerName() | ASerializable | static |
| unsetPrefixName() | ASerializable | static |
| ~ASerializable() | ASerializable | virtual |