![]() |
1.7.4
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
Functions | |
bool | fileOpenWrite (const ASerializable &parent, const String &filename, std::ofstream &os, bool verbose=false) |
bool | fileOpenRead (const ASerializable &parent, const String &filename, std::ifstream &is, bool verbose=false) |
bool | commentWrite (std::ostream &os, const String &comment) |
template<typename T > | |
bool | recordWrite (std::ostream &os, const String &title, const T &val) |
template<typename T > | |
bool | recordWriteVec (std::ostream &os, const String &title, const std::vector< T > &vec) |
template<typename T > | |
bool | recordRead (std::istream &is, const String &title, T &val) |
template<typename T > | |
bool | recordReadVec (std::istream &is, const String &title, VectorT< T > &vec, int nvalues) |
template<typename T > | |
bool | recordReadVecInPlace (std::istream &is, const String &title, VectorDouble::iterator &it, int nvalues) |
bool | onlyBlanks (char *string) |
bool | tableRead (std::istream &is, const String &string, int ntab, double *tab) |
bool | tableWrite (std::ostream &os, const String &string, int ntab, const VectorDouble &tab) |
bool SerializeNeutralFile::commentWrite | ( | std::ostream & | os, |
const String & | comment | ||
) |
bool SerializeNeutralFile::fileOpenRead | ( | const ASerializable & | parent, |
const String & | filename, | ||
std::ifstream & | is, | ||
bool | verbose = false |
||
) |
bool SerializeNeutralFile::fileOpenWrite | ( | const ASerializable & | parent, |
const String & | filename, | ||
std::ofstream & | os, | ||
bool | verbose = false |
||
) |
bool SerializeNeutralFile::onlyBlanks | ( | char * | string | ) |
bool SerializeNeutralFile::recordRead | ( | std::istream & | is, |
const String & | title, | ||
T & | val | ||
) |
bool SerializeNeutralFile::recordReadVec | ( | std::istream & | is, |
const String & | title, | ||
VectorT< T > & | vec, | ||
int | nvalues | ||
) |
bool SerializeNeutralFile::recordReadVecInPlace | ( | std::istream & | is, |
const String & | title, | ||
VectorDouble::iterator & | it, | ||
int | nvalues | ||
) |
bool SerializeNeutralFile::recordWrite | ( | std::ostream & | os, |
const String & | title, | ||
const T & | val | ||
) |
bool SerializeNeutralFile::recordWriteVec | ( | std::ostream & | os, |
const String & | title, | ||
const std::vector< T > & | vec | ||
) |
bool SerializeNeutralFile::tableRead | ( | std::istream & | is, |
const String & | string, | ||
int | ntab, | ||
double * | tab | ||
) |
bool SerializeNeutralFile::tableWrite | ( | std::ostream & | os, |
const String & | string, | ||
int | ntab, | ||
const VectorDouble & | tab | ||
) |