Visual Servoing Platform
version 3.5.1 under development (2023-09-22)
|
This is the complete list of members for vpIoTools, including all inherited members.
addNameElement(const std::string &strTrue, const bool &cond=true, const std::string &strFalse="") | vpIoTools | static |
addNameElement(const std::string &strTrue, const double &val) | vpIoTools | static |
baseDir | vpIoTools | protectedstatic |
baseName | vpIoTools | protectedstatic |
checkDirectory(const std::string &dirname) | vpIoTools | static |
checkFifo(const std::string &filename) | vpIoTools | static |
checkFilename(const std::string &filename) | vpIoTools | static |
configFile | vpIoTools | protectedstatic |
configValues | vpIoTools | protectedstatic |
configVars | vpIoTools | protectedstatic |
copy(const std::string &src, const std::string &dst) | vpIoTools | static |
createBaseNamePath(const bool &empty=false) | vpIoTools | static |
createFilePath(const std::string &parent, const std::string &child) | vpIoTools | static |
getAbsolutePathname(const std::string &pathname) | vpIoTools | static |
getBaseName() | vpIoTools | static |
getBuildInformation() | vpIoTools | static |
getDirFiles(const std::string &dirname) | vpIoTools | static |
getenv(const std::string &env) | vpIoTools | static |
getFileExtension(const std::string &pathname, bool checkFile=false) | vpIoTools | static |
getFullName() | vpIoTools | static |
getIndex(const std::string &filename, const std::string &format) | vpIoTools | static |
getName(const std::string &pathname) | vpIoTools | static |
getNameWE(const std::string &pathname) | vpIoTools | static |
getParent(const std::string &pathname) | vpIoTools | static |
getTempPath() | vpIoTools | static |
getUserName(std::string &username) | vpIoTools | static |
getUserName() | vpIoTools | static |
getVersion(const std::string &version, unsigned int &major, unsigned int &minor, unsigned int &patch) | vpIoTools | static |
getViSPImagesDataPath() | vpIoTools | static |
isAbsolutePathname(const std::string &pathname) | vpIoTools | static |
isSamePathname(const std::string &pathname1, const std::string &pathname2) | vpIoTools | static |
loadConfigFile(const std::string &confFile) | vpIoTools | static |
makeDirectory(const std::string &dirname) | vpIoTools | static |
makeFifo(const std::string &dirname) | vpIoTools | static |
makeTempDirectory(const std::string &dirname) | vpIoTools | static |
parseBoolean(std::string input) | vpIoTools | static |
path(const std::string &pathname) | vpIoTools | static |
readBinaryValueLE(std::ifstream &file, int16_t &short_value) | vpIoTools | static |
readBinaryValueLE(std::ifstream &file, uint16_t &ushort_value) | vpIoTools | static |
readBinaryValueLE(std::ifstream &file, int32_t &int_value) | vpIoTools | static |
readBinaryValueLE(std::ifstream &file, uint32_t &int_value) | vpIoTools | static |
readBinaryValueLE(std::ifstream &file, float &float_value) | vpIoTools | static |
readBinaryValueLE(std::ifstream &file, double &double_value) | vpIoTools | static |
readConfigVar(const std::string &var, float &value) | vpIoTools | static |
readConfigVar(const std::string &var, double &value) | vpIoTools | static |
readConfigVar(const std::string &var, int &value) | vpIoTools | static |
readConfigVar(const std::string &var, unsigned int &value) | vpIoTools | static |
readConfigVar(const std::string &var, bool &value) | vpIoTools | static |
readConfigVar(const std::string &var, std::string &value) | vpIoTools | static |
readConfigVar(const std::string &var, vpColor &value) | vpIoTools | static |
readConfigVar(const std::string &var, vpArray2D< double > &value, const unsigned int &nCols=0, const unsigned int &nRows=0) | vpIoTools | static |
remove(const std::string &filename) | vpIoTools | static |
rename(const std::string &oldfilename, const std::string &newfilename) | vpIoTools | static |
saveConfigFile(const bool &actuallySave=true) | vpIoTools | static |
separator | vpIoTools | static |
setBaseDir(const std::string &dir) | vpIoTools | static |
setBaseName(const std::string &s) | vpIoTools | static |
splitChain(const std::string &chain, const std::string &sep) | vpIoTools | static |
splitDrive(const std::string &pathname) | vpIoTools | static |
toLowerCase(const std::string &input) | vpIoTools | static |
toUpperCase(const std::string &input) | vpIoTools | static |
trim(std::string s) | vpIoTools | static |
writeBinaryValueLE(std::ofstream &file, const int16_t short_value) | vpIoTools | static |
writeBinaryValueLE(std::ofstream &file, const uint16_t ushort_value) | vpIoTools | static |
writeBinaryValueLE(std::ofstream &file, const int32_t int_value) | vpIoTools | static |
writeBinaryValueLE(std::ofstream &file, const uint32_t int_value) | vpIoTools | static |
writeBinaryValueLE(std::ofstream &file, float float_value) | vpIoTools | static |
writeBinaryValueLE(std::ofstream &file, double double_value) | vpIoTools | static |