GeoTessCPP  2.0.0
Software to facilitate storage and retrieval of 3D information about the Earth.
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines
geotess::CPPUtils Member List
This is the complete list of members for geotess::CPPUtils, including all inherited members.
addPathSeparator(string &path)geotess::CPPUtils [inline, static]
btos(bool b)geotess::CPPUtils [static]
class_name()geotess::CPPUtils [inline, static]
class_size() const geotess::CPPUtils [inline, virtual]
copyArray(T *a, int n)geotess::CPPUtils [inline, static]
CPPUtils()geotess::CPPUtils [inline]
delete2DArray(T **&a)geotess::CPPUtils [inline, static]
delete2DArrayOfArrays(T **&a, int ni)geotess::CPPUtils [inline, static]
delete3DArray(T ***&a)geotess::CPPUtils [inline, static]
dtos(double d, const string &frmt="%.14f")geotess::CPPUtils [static]
FILE_SEPgeotess::CPPUtils [static]
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 [inline, static]
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 [inline, static]
new2DArrayOfArrays(int ni, int nj)geotess::CPPUtils [inline, static]
new3DArray(int ni, int nj, int nk)geotess::CPPUtils [inline, static]
NEWLINEgeotess::CPPUtils [static]
removeEOL(string &s)geotess::CPPUtils [inline, static]
removePathSeparator(string &path)geotess::CPPUtils [inline, static]
resetArray(int n, T *array, T val)geotess::CPPUtils [inline, static]
SBOLgeotess::CPPUtils [static]
SBYTgeotess::CPPUtils [static]
SDBLgeotess::CPPUtils [static]
SFLTgeotess::CPPUtils [static]
SINTgeotess::CPPUtils [static]
SLNGgeotess::CPPUtils [static]
SSHTgeotess::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 [inline, static]
tokenizeString(const string &str, const string &delim, vector< string > &tokens)geotess::CPPUtils [static]
toRadians(double a)geotess::CPPUtils [inline, static]
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 [inline, virtual]