Essentia
2.1-beta6-dev
|
This is the complete list of members for Pool, including all inherited members.
_poolArray2DReal | Pool | protected |
_poolReal | Pool | protected |
_poolSingleReal | Pool | protected |
_poolSingleString | Pool | protected |
_poolSingleTensorReal | Pool | protected |
_poolSingleVectorReal | Pool | protected |
_poolSingleVectorString | Pool | protected |
_poolStereoSample | Pool | protected |
_poolString | Pool | protected |
_poolTensorReal | Pool | protected |
_poolVectorReal | Pool | protected |
_poolVectorString | Pool | protected |
add(const std::string &name, const Real &value, bool validityCheck=false) | Pool | |
add(const std::string &name, const std::vector< Real > &value, bool validityCheck=false) | Pool | |
add(const std::string &name, const std::string &value, bool validityCheck=false) | Pool | |
add(const std::string &name, const std::vector< std::string > &value, bool validityCheck=false) | Pool | |
add(const std::string &name, const TNT::Array2D< Real > &value, bool validityCheck=false) | Pool | |
add(const std::string &name, const Tensor< Real > &value, bool validityCheck=false) | Pool | |
add(const std::string &name, const StereoSample &value, bool validityCheck=false) | Pool | |
append(const std::string &name, const std::vector< T > &values) | Pool | |
checkIntegrity() const | Pool | |
clear() | Pool | |
contains(const std::string &name) const | Pool | |
descriptorNames() const | Pool | |
descriptorNames(const std::string &ns) const | Pool | |
descriptorNamesNoLocking() const | Pool | protected |
getArray2DRealPool() const | Pool | inline |
getRealPool() const | Pool | inline |
getSingleRealPool() const | Pool | inline |
getSingleStringPool() const | Pool | inline |
getSingleTensorRealPool() const | Pool | inline |
getSingleVectorRealPool() const | Pool | inline |
getSingleVectorStringPool() const | Pool | inline |
getStereoSamplePool() const | Pool | inline |
getStringPool() const | Pool | inline |
getTensorRealPool() const | Pool | inline |
getVectorRealPool() const | Pool | inline |
getVectorStringPool() const | Pool | inline |
isSingleValue(const std::string &name) | Pool | |
merge(Pool &p, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< Real > &value, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< std::vector< Real > > &value, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< std::string > &value, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< std::vector< std::string > > &value, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< TNT::Array2D< Real > > &value, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< Tensor< Real > > &value, const std::string &type="") | Pool | |
merge(const std::string &name, const std::vector< StereoSample > &value, const std::string &type="") | Pool | |
mergeSingle(const std::string &name, const Real &value, const std::string &type="") | Pool | |
mergeSingle(const std::string &name, const std::vector< Real > &value, const std::string &type="") | Pool | |
mergeSingle(const std::string &name, const std::string &value, const std::string &type="") | Pool | |
mergeSingle(const std::string &name, const std::vector< std::string > &value, const std::string &type="") | Pool | |
mergeSingle(const std::string &name, const Tensor< Real > &value, const std::string &type="") | Pool | |
mutexArray2DReal | Pool | |
mutexReal | Pool | mutable |
mutexSingleReal | Pool | |
mutexSingleString | Pool | |
mutexSingleTensorReal | Pool | |
mutexSingleVectorReal | Pool | |
mutexSingleVectorString | Pool | |
mutexStereoSample | Pool | |
mutexString | Pool | |
mutexTensorReal | Pool | |
mutexVectorReal | Pool | |
mutexVectorString | Pool | |
remove(const std::string &name) | Pool | |
removeNamespace(const std::string &ns) | Pool | |
set(const std::string &name, const Real &value, bool validityCheck=false) | Pool | |
set(const std::string &name, const std::vector< Real > &value, bool validityCheck=false) | Pool | |
set(const std::string &name, const std::string &value, bool validityCheck=false) | Pool | |
set(const std::string &name, const std::vector< std::string > &value, bool validityCheck=false) | Pool | |
set(const std::string &name, const Tensor< Real > &value, bool validityCheck=false) | Pool | |
validateKey(const std::string &name) | Pool | protected |
value(const std::string &name) const | Pool |