GeoTessCPP
2.2.3
Software to facilitate storage and retrieval of 3D information about the Earth.
|
This is the complete list of members for geotess::CPPUtils, including all inherited members.
addPathSeparator(string &path) | geotess::CPPUtils | inlinestatic |
btos(bool b) | geotess::CPPUtils | static |
class_name() | geotess::CPPUtils | inlinestatic |
class_size() const | geotess::CPPUtils | inlinevirtual |
copyArray(T *a, int n) | geotess::CPPUtils | inlinestatic |
CPPUtils() | geotess::CPPUtils | inline |
delete2DArray(T **&a) | geotess::CPPUtils | inlinestatic |
delete2DArrayOfArrays(T **&a, int ni) | geotess::CPPUtils | inlinestatic |
delete3DArray(T ***&a) | geotess::CPPUtils | inlinestatic |
dtos(double d, const string &frmt="%.14f") | geotess::CPPUtils | static |
FILE_SEP | geotess::CPPUtils | static |
fileExists(const string &fileName) | geotess::CPPUtils | inlinestatic |
ftos(float f, const string &frmt="%.6f") | geotess::CPPUtils | static |
getOpSys() | geotess::CPPUtils | static |
getProperties(const string &str, map< string, string > &props) | geotess::CPPUtils | static |
getProperty(const map< string, string > &props, const string &tag, string &value) | geotess::CPPUtils | static |
insertPathSeparator(const string &dir, const string &name) | geotess::CPPUtils | inlinestatic |
isBigEndian() | geotess::CPPUtils | static |
isint(const string &i) | geotess::CPPUtils | static |
itos(int i, const string &frmt="%d") | geotess::CPPUtils | static |
lowercase_string(const string &str) | geotess::CPPUtils | static |
ltos(LONG_INT l, const string &frmt="%llu") | geotess::CPPUtils | static |
minmax(const vector< T > &v, T &mn, T &mx) | geotess::CPPUtils | static |
new2DArray(int ni, int nj) | geotess::CPPUtils | inlinestatic |
new2DArrayOfArrays(int ni, int nj) | geotess::CPPUtils | inlinestatic |
new3DArray(int ni, int nj, int nk) | geotess::CPPUtils | inlinestatic |
NEWLINE | geotess::CPPUtils | static |
removeEOL(string &s) | geotess::CPPUtils | inlinestatic |
removePathSeparator(string &path) | geotess::CPPUtils | inlinestatic |
resetArray(int n, T *array, T val) | geotess::CPPUtils | inlinestatic |
SBOL | geotess::CPPUtils | static |
SBYT | geotess::CPPUtils | static |
SDBL | geotess::CPPUtils | static |
SFLT | geotess::CPPUtils | static |
SINT | geotess::CPPUtils | static |
SLNG | geotess::CPPUtils | static |
SSHT | geotess::CPPUtils | static |
stob(const string &b) | geotess::CPPUtils | static |
stod(const string &d, const string &frmt="%lf") | geotess::CPPUtils | static |
stof(const string &f, const string &frmt="%f") | geotess::CPPUtils | static |
stoi(const string &i, const string &frmt="%d") | geotess::CPPUtils | static |
stol(const string &i64, const string &frmt="%llu") | geotess::CPPUtils | static |
stringReplaceAll(const string &sf, const string &sr, const string &s) | geotess::CPPUtils | static |
toDegrees(double a) | geotess::CPPUtils | inlinestatic |
tokenizeString(const string &str, const string &delim, vector< string > &tokens) | geotess::CPPUtils | static |
toRadians(double a) | geotess::CPPUtils | inlinestatic |
trim(const string &str, const string &delim=" \t") | geotess::CPPUtils | static |
trimLeft(const string &str, const string &delim=" \t") | geotess::CPPUtils | static |
trimRight(const string &str, const string &delim=" \t") | geotess::CPPUtils | static |
uppercase_string(const string &str) | geotess::CPPUtils | static |
~CPPUtils() | geotess::CPPUtils | inlinevirtual |