Loading [MathJax]/extensions/tex2jax.js
1.7.0
Geostatistics & Machine Learning toolbox | https://gstlearn.org
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DbGraphO Member List

This is the complete list of members for DbGraphO, including all inherited members.

addColumns(const VectorDouble &tab, const String &radix="New", const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool useSel=false, double valinit=0., int nvar=1)Db
addColumnsByConstant(int nadd=1, double valinit=0., const String &radix="New", const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, int nechInit=0)Db
addColumnsByVVD(const VectorVectorDouble &tab, const String &radix, const ELoc &locatorType, int locatorIndex=0, bool useSel=false)Db
addColumnsRandom(int nadd, const String &radix="New", const ELoc &locatorType=ELoc::fromKey("Z"), int locatorIndex=0, int seed=1352, int nechInit=0)Db
addSamples(int nadd, double valinit=TEST)Db
addSelection(const VectorDouble &tab=VectorDouble(), const String &name="NewSel", const String &combine="set")Db
addSelectionByLimit(const String &testvar, const Limits &limits=Limits(), const String &name="NewSel", const String &combine="set")Db
addSelectionByRanks(const VectorInt &ranks, const String &name="NewSel", const String &combine="set")Db
addSelectionByVariable(const String &varname, double lower=TEST, double upper=TEST, const String &name="NewSel", const String &selName="")Db
addSelectionFromDbByConvexHull(Db *db, double dilate=0., bool verbose=false, const NamingConvention &namconv=NamingConvention("Hull", true, true, true, ELoc::fromKey("SEL")))Db
addSelectionRandom(double prop, int seed=138213, const String &name="NewSel", const String &combine="set")Db
areConnected(int node1, int node2) constDbGraphO
areSame(const String &name1, const String &name2, double eps=EPSILON3, bool useSel=true, bool verbose=false) constDb
ASerializable()ASerializable
ASerializable(const ASerializable &r)ASerializable
AStringable()AStringable
AStringable(const AStringable &r)AStringable
buildFileName(int status, const String &filename, bool ensureDirExist=false)ASerializablestatic
clearLocators(const ELoc &locatorType)Db
clearSelection()Dbinline
clone() const =0ICloneablepure virtual
combineSelection(VectorDouble &sel, const String &combine="set") constDb
copyByCol(int icolIn, int icolOut)Db
copyByUID(int iuidIn, int iuidOut)Db
create()Dbstatic
createDirectory(const String &dir)ASerializablestatic
createEmpty(int ndat, int ndim=2, int nvar=1, int nfex=0, int ncode=0, bool flagVerr=false, bool flagSel=false, bool flagAddSampleRank=true)Dbstatic
createFillRandom(int ndat, int ndim=2, int nvar=1, int nfex=0, int ncode=0, double varmax=0., double selRatio=0., const VectorDouble &heteroRatio=VectorDouble(), const VectorDouble &coormin=VectorDouble(), const VectorDouble &coormax=VectorDouble(), int seed=124234, bool flagAddSampleRank=true)Dbstatic
createFromBox(int nech, const VectorDouble &coormin, const VectorDouble &coormax, int seed=43241, bool flag_exact=true, bool flag_repulsion=false, double range=0., double beta=0., double extend=0., bool flagAddSampleRank=true)Dbstatic
createFromCSV(const String &filename, const CSVformat &csv=CSVformat(), bool verbose=false, int ncol_max=-1, int nrow_max=-1, bool flagAddSampleRank=true)Dbstatic
createFromDbGrid(int nech, DbGrid *dbgrid, int seed=432423, bool flag_exact=true, bool flag_repulsion=false, double range=0., double beta=0., bool flagAddSampleRank=true)Dbstatic
createFromGridRandomized(DbGrid *dbgrid, double randperc=0., bool flagAddSampleRank=true)Dbstatic
createFromMatrix(int nech, const ELoadBy &order, const VectorDouble &tab, const MatrixSparse &MatArcs, const VectorString &names=VectorString(), const VectorString &locatorNames=VectorString(), bool flagAddSampleRank=true)DbGraphOstatic
createFromNF(const String &neutralFilename, bool verbose=true)DbGraphOstatic
createFromOnePoint(const VectorDouble &tab=VectorDouble(), bool flagAddSampleRank=true)Dbstatic
createFromSamples(int nech, const ELoadBy &order, const VectorDouble &tab, NF_Triplet &NF_arcs, const VectorString &names=VectorString(), const VectorString &locatorNames=VectorString(), bool flagAddSampleRank=true)DbGraphOstatic
Db::createFromSamples(int nech, const ELoadBy &order=ELoadBy::fromKey("SAMPLE"), const VectorDouble &tab=VectorDouble(), const VectorString &names=VectorString(), const VectorString &locatorNames=VectorString(), bool flagAddSampleRank=true)Dbstatic
createReduce(const Db *dbin, const VectorString &names=VectorString(), const VectorInt &ranks=VectorInt(), bool verbose=false)Dbstatic
createSamplingDb(const Db *dbin, double proportion=0., int number=0, const VectorString &names=VectorString(), int seed=23241, bool verbose=false, bool flagAddSampleRank=true)Dbstatic
Db()Db
Db(const Db &r)Db
DbGraphO()DbGraphO
DbGraphO(const DbGraphO &r)DbGraphO
DECLARE_TOTLDb
deleteColumn(const String &name)Db
deleteColumnByColIdx(int icol_del)Db
deleteColumnByUID(int iuid_del)Db
deleteColumns(const VectorString &names)Db
deleteColumnsByColIdx(const VectorInt &icols)Db
deleteColumnsByLocator(const ELoc &locatorType)Db
deleteColumnsByUID(const VectorInt &iuids)Db
deleteColumnsByUIDRange(int i_del, int n_del)Db
deleteSample(int e_del)Db
deleteSamples(const VectorInt &e_dels)Db
deserialize(std::istream &is, bool verbose=true)ASerializable
display(const AStringFormat *strfmt=nullptr) const finalAStringablevirtual
display(int level) const finalAStringablevirtual
dumpGeometry(int iech, int jech) constDb
dumpToNF(const String &neutralFilename, bool verbose=false) constASerializable
duplicateColumnByUID(int iuid_in, int iuid_out)Db
expandNameList(const VectorString &names) constDb
expandNameList(const String &names) constDb
filter(const String &name, const Interval &interval, int belowRow=ITEST, int aboveRow=ITEST) constDb
generateRank(const String &radix="rank")Db
getActiveArray() constDb
getAllColumns(bool useSel=false, bool flagCompress=true) constDb
getAllCoordinates(bool useSel=false) constDb
getAllCoordinatesMat(const MatrixDense &box=MatrixDense()) constDb
getAllNames(bool excludeRankAndCoordinates=false, bool verbose=false) constDb
getAllUIDs() constDb
getAllUIDs(std::vector< int > &iuids) constDb
getArc(int iarc, int idim) constDbGraphO
getArcValue(int iarc) constDbGraphO
getArray(int iech, int iuid) constDb
getArrayBySample(std::vector< double > &vals, int iech) constDb
getArrayByUID(int iuid, bool useSel=false) constDb
getArrays() constDbinline
getArrayVec(const VectorInt &iechs, int iuid, VectorDouble &values) constDb
getCenter(int idim, bool useSel=false) constDb
getCenters(bool useSel=false) constDb
getCodeList(void) constDb
getColIdx(const String &name) constDb
getColIdxByLocator(const ELoc &locatorType, int locatorIndex=0) constDb
getColIdxByUID(int iuid) constDb
getColIdxs(const String &name) constDb
getColIdxs(const VectorString &names) constDb
getColIdxsByLocator(const ELoc &locatorType) constDb
getColIdxsByUID(const VectorInt &iuids) constDb
getColumn(const String &name, bool useSel=false, bool flagCompress=true) constDb
getColumnByColIdx(int icol, bool useSel=false, bool flagCompress=true) constDb
getColumnByLocator(const ELoc &locatorType, int locatorIndex=0, bool useSel=false, bool flagCompress=true) constDb
getColumnByUID(int iuid, bool useSel=false, bool flagCompress=true) constDb
getColumns(const VectorString &names=VectorString(), bool useSel=false, bool flagCompress=true, const VectorDouble &origins=VectorDouble()) constDb
getColumnsActiveAndDefined(const ELoc &locatorType, const VectorDouble &origins=VectorDouble()) constDb
getColumnsAsMatrix(const VectorString &names, bool useSel=false, bool flagCompress=true) constDb
getColumnsAsVVD(const VectorString &names=VectorString(), bool useSel=false, bool flagCompress=true) constDb
getColumnsByColIdx(const VectorInt &icols=VectorInt(), bool useSel=false, bool flagCompress=true, const VectorDouble &origins=VectorDouble()) constDb
getColumnsByColIdxInterval(int icol_beg, int icol_end, bool useSel=false, bool flagCompress=true) constDb
getColumnsByLocator(const ELoc &locatorType, bool useSel=false, bool flagCompress=true, const VectorDouble &origins=VectorDouble()) constDb
getColumnsByUID(const VectorInt &iuids, bool useSel=false, bool flagCompress=true, const VectorDouble &origins=VectorDouble()) constDb
getColumnsByUIDInterval(int iuid_beg, int iuid_end, bool useSel=false, bool flagCompress=true) constDb
getContainerName()ASerializablestatic
getCoordinate(int iech, int idim, bool flag_rotate=true) constDbvirtual
getCoordinatesInPlace(VectorDouble &coor, int iech, bool flag_rotate=true) constDbvirtual
getCoordinatesInPlace(vect coor, int iech, bool flag_rotate=true) constDbvirtual
getCoorMaximum(bool useSel=false) constDb
getCoorMinimum(bool useSel=false) constDb
getCorrelation(const String &name1, const String &name2, bool useSel=false) constDb
getCosineToDirection(int iech1, int iech2, const VectorDouble &codir) constDb
getCumulDown(int node) constDbGraphO
getDirectory(const String &path)ASerializablestatic
getDistance(int iech, int jech) constDb
getDistance1D(int iech, int jech, int idim=0, bool flagAbs=false) constDb
getDistanceVecInPlace(int iech, int jech, VectorDouble &dd, const Db *db2=nullptr) constDb
getEndsDown() constDbGraphO
getEndsUp() constDbGraphO
getExecDirectory()ASerializablestatic
getExtension(int idim, bool useSel=false) constDb
getExtensionDiagonal(bool useSel=false) constDb
getExtensionInPlace(VectorDouble &mini, VectorDouble &maxi, bool flagPreserve=false, bool useSel=false) constDb
getExtrema(int idim, bool useSel=false) constDb
getExtremas(bool useSel=false) constDb
getFileIdentity(const String &filename, bool verbose=false)ASerializablestatic
getFromLocator(const ELoc &locatorType, int iech, int locatorIndex=0) constDb
getGradient(int item, bool useSel=false) constDb
getHomeDirectory(const String &sub="")ASerializablestatic
getIncrements(const VectorInt &iechs, const VectorInt &jechs) constDb
getIndicesNextDown(int node=0) constDbGraphO
getIndicesNextUp(int node=0) constDbGraphO
getItem(const VectorInt &rows, const VectorString &colnames, bool useSel=false) constDb
getItem(const VectorInt &rows, const String &colname, bool useSel=false) constDb
getItem(const VectorInt &rows, const ELoc &locatorType, bool useSel=false) constDb
getItem(const VectorString &colnames, bool useSel=false) constDb
getItem(const String &colname, bool useSel=false) constDb
getItem(const ELoc &locatorType, bool useSel=false) constDb
getItemNames(const VectorString &colnames) constDb
getItemNames(const String &colname) constDb
getItemNames(const ELoc &locatorType) constDb
getLastName(int number=0) constDb
getLastUID(int number=0) constDb
getLocator(const String &name, ELoc *ret_locatorType, int *ret_locatorIndex) constDb
getLocatorByColIdx(int icol, ELoc *ret_locatorType, int *ret_locatorIndex) constDb
getLocatorByUID(int iuid, ELoc *ret_locatorType, int *ret_locatorIndex) constDb
getLocators(bool anyLocator=true, const ELoc &locatorType=ELoc::fromKey("UNKNOWN")) constDb
getLocVariable(const ELoc &loctype, int iech, int item) constDb
getLocVariables(const ELoc &loctype, int iech, int nitemax=0) constDb
getMatArcs() constDbGraphOinline
getMaximum(const String &name, bool useSel=false) constDb
getMean(const String &name, bool useSel=false) constDb
getMinimum(const String &name, bool useSel=false) constDb
getMultipleSelectedRanks(const VectorVectorInt &index, const VectorInt &ivars=VectorInt(), const VectorInt &nbgh=VectorInt())Dbstatic
getMultipleSelectedVariables(const VectorVectorInt &index, const VectorInt &ivars=VectorInt(), const VectorInt &nbgh=VectorInt())Dbstatic
getName(const String &name) constDb
getNameByColIdx(int icol) constDb
getNameByLocator(const ELoc &locatorType, int locatorIndex=0) constDb
getNameByUID(int iuid) constDb
getNames(const VectorString &names) constDb
getNamesByColIdx(const VectorInt &icols) constDb
getNamesByLocator(const ELoc &locatorType) constDb
getNamesByUID(const VectorInt &iuids) constDb
getNArc() constDbGraphO
getNColumn() constDbinline
getNDim() constDbvirtual
getNEloc()Dbstatic
getNFacies(void) constDb
getNFromLocator(const ELoc &locatorType) constDb
getNInterval() constDb
getNLoc(const ELoc &loctype) constDb
getNNode() constDbGraphO
getNSample(bool useSel=false) constDb
getNSampleActive() constDb
getNSampleActiveAndDefined(int item) constDb
getNSampleActiveAndDefined(const String &name) constDb
getNUIDMax() constDbinline
getNZValues() constDb
getOneCoordinate(int idim, bool useSel=false, bool flag_rotate=true) constDb
getOrderDown(int node=0) constDbGraphO
getOrphans() constDbGraphO
getPrefixName()ASerializablestatic
getRange(const String &name, bool useSel=false) constDb
getRankAbsoluteToRelative(int iabs) constDb
getRankRelativeToAbsolute(int irel) constDb
getSampleAsSPInPlace(SpacePoint &P, int iabs) constDb
getSampleAsSTInPlace(int iech, SpaceTarget &P) constDbvirtual
getSampleCoordinates(int iech) constDb
getSampleLocators(const ELoc &locatorType, int iech) constDb
getSampleRanks(const VectorInt &ivars=VectorInt(), const VectorInt &nbgh=VectorInt(), bool useSel=true, bool useZ=true, bool useVerr=false, bool useExtD=true) constDb
getSampleRanksInPlace(VectorVectorInt *sampleRanks, const VectorInt &ivars=VectorInt(), const VectorInt &nbgh=VectorInt(), bool useSel=true, bool useZ=true, bool useVerr=false, bool useExtD=true) constDb
getSampleRanksPerVariable(const VectorInt &nbgh=VectorInt(), int ivar=-1, bool useSel=true, bool useZ=true, bool useVerr=false, bool useExtD=true) constDb
getSamplesAsSP(std::vector< SpacePoint > &pvec, const ASpaceSharedPtr &space, bool useSel=false) constDb
getSamplesFromNbghAsSP(std::vector< SpacePoint > &pvec, const VectorInt &nbgh) constDb
getSelection(int iech) constDb
getSelections(void) constDb
getSimRank(int isimu, int ivar, int icase, int nbsimu, int nvar)Dbstatic
getSimvar(const ELoc &locatorType, int iech, int isimu, int ivar, int icase, int nbsimu, int nvar) constDb
getSortArray() constDb
getStdv(const String &name, bool useSel=false) constDb
getTangent(int item, bool useSel=false) constDb
getTestData(const String &subdir, const String &filename)ASerializablestatic
getUID(const String &name) constDb
getUIDByColIdx(int icol) constDb
getUIDByLocator(const ELoc &locatorType, int locatorIndex=0) constDb
getUIDs(const VectorString &names) constDb
getUIDsByColIdx(const VectorInt &icols) constDb
getUIDsByLocator(const ELoc &locatorType) constDb
getUnit(int idim=0) constDbvirtual
getValue(const String &name, int iech) constDb
getValueByColIdx(int iech, int icol, bool flagCheck=true) constDb
getValuesByColIdx(const VectorInt &iechs, const VectorInt &icols, bool bySample=false) constDb
getValuesByNames(const VectorInt &iechs, const VectorString &names, bool bySample=false) constDb
getValuesByRanks(const VectorVectorInt &sampleRanks, const VectorDouble &means=VectorDouble(), bool subtractMean=true) constDb
getValuesByRanksInPlace(VectorDouble *values, const VectorVectorInt &sampleRanks, const VectorDouble &means=VectorDouble(), bool subtractMean=true) constDb
getVariance(const String &name, bool useSel=false) constDb
getWeight(int iech) constDb
getWeights(bool useSel=false) constDb
getWithinBounds(int item, bool useSel=false) constDb
getWorkingDirectory()ASerializablestatic
getZVariable(int iech, int item) constDb
hasLargerDimension(const Db *dbaux) constDb
hasLocator(const ELoc &locatorType) constDb
hasLocatorDefined(const String &name, const ELoc &locatorType, int locatorIndex=0) constDb
hasLocVariable(const ELoc &loctype) constDb
hasSameDimension(const Db *dbaux) constDb
hasZVariable() constDb
ICloneable()ICloneableinline
identifyNames(const VectorString &names) constDb
initThread() constDbinlinevirtual
isActive(int iech) constDb
isActiveAndDefined(int iech, int item) constDb
isActiveDomain(int iech) constDb
isAllIsotopic() constDb
isAllUndefined(int iech) constDb
isAllUndefinedByType(const ELoc &loctype, int iech) constDb
isColIdxValid(int icol) constDb
isConsistent() const overrideDbGraphOvirtual
isDimensionIndexValid(int idim) constDb
isEndDown(int node=0) constDbGraphO
isEndUp(int node=0) constDbGraphO
isGrid() constDbinlinevirtual
isIsotopic(int iech, int nvar_max=-1) constDb
isLine() const overrideDbGraphOinlinevirtual
isLocatorIndexValid(const ELoc &locatorType, int locatorIndex) constDb
isMesh() constDbinlinevirtual
isNVarComparedTo(int nvar, int compare=0) constDb
isSampleIndexValid(int iech) constDb
isSampleIndicesValid(const VectorInt &iechs, bool useSel=false) constDb
isUIDDefined(int iuid) constDb
isUIDValid(int iuid) constDb
mayChangeSampleNumber() const overrideDbGraphOinlinevirtual
operator=(const DbGraphO &r)DbGraphO
Db::operator=(const Db &r)Db
Db::AStringable::operator=(const AStringable &r)AStringable
ASerializable::operator=(const ASerializable &r)ASerializable
printOneSample(int iech, const VectorString &names=VectorString(), bool excludeCoordinates=true, bool skipTitle=false) constDb
resetDims(int ncol, int nech)Dbvirtual
resetFromBox(int nech, const VectorDouble &coormin, const VectorDouble &coormax, int ndim=2, double extend=0., int seed=321415, bool flagAddSampleRank=true)Db
resetFromCSV(const String &filename, bool verbose, const CSVformat &csvfmt, int ncol_max=-1, int nrow_max=-1, bool flagAddSampleRank=true)Db
resetFromGridRandomized(const DbGrid *dbin, double randperc=0., bool flagAddSampleRank=true)Db
resetFromMatrix(int nech, const ELoadBy &order, const VectorDouble &tab, const MatrixSparse &MatArcs, const VectorString &names=VectorString(), const VectorString &locatorNames=VectorString(), bool flagAddSampleRank=true)DbGraphO
resetFromOnePoint(const VectorDouble &tab=VectorDouble(), bool flagAddSampleRank=true)Db
resetFromSamples(int nech, const ELoadBy &order, const VectorDouble &tab, NF_Triplet &NF_arcs, const VectorString &names=VectorString(), const VectorString &locatorNames=VectorString(), bool flagAddSampleRank=true)DbGraphO
Db::resetFromSamples(int nech, const ELoadBy &order=ELoadBy::fromKey("SAMPLE"), const VectorDouble &tab=VectorDouble(), const VectorString &names=VectorString(), const VectorString &locatorNames=VectorString(), bool flagAddSampleRank=true)Db
resetReduce(const Db *dbin, const VectorString &names=VectorString(), const VectorInt &ranks=VectorInt(), bool verbose=false)Db
resetSamplingDb(const Db *dbin, double proportion=0, int number=0, const VectorString &names=VectorString(), int seed=23241, bool verbose=false, bool flagAddSampleRank=true)Db
serialize(std::ostream &os, bool verbose=true) constASerializable
setAllColumns(const VectorVectorDouble &tabs)Db
setArcLine(const VectorInt &nodes, double value=1.)DbGraphO
setArray(int iech, int iuid, double value)Db
setArrayBySample(int iech, const VectorDouble &vec)Db
setArrayByUID(const VectorDouble &tab, int iuid)Db
setArrayVec(const VectorInt &iechs, int iuid, const VectorDouble &values)Db
setBound(int iech, int item, double lower=TEST, double upper=TEST)Db
setColumn(const VectorDouble &tab, const String &name, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool useSel=false)Db
setColumnByColIdx(const VectorDouble &tab, int icol, bool useSel=false)Db
setColumnByColIdxOldStyle(const double *tab, int icol, bool useSel=false)Db
setColumnByUID(const VectorDouble &tab, int iuid, bool useSel=false)Db
setColumnByUIDOldStyle(const double *tab, int iuid, bool useSel=false)Db
setColumnsByColIdx(const VectorDouble &tabs, const VectorInt &icols, bool useSel=false)Db
setContainerName(bool useDefault, const String &containerName="", bool verbose=false)ASerializablestatic
setCoordinate(int iech, int idim, double value)Db
setCoordinates(int idim, const VectorDouble &coor, bool useSel=false)Db
setFromLocator(const ELoc &locatorType, int iech, int locatorIndex, double value)Db
setInterval(int iech, int item, double rklow=TEST, double rkup=TEST)Db
setItem(const VectorInt &rows, const VectorString &colnames, const VectorVectorDouble &values, bool useSel=false)Db
setItem(const VectorInt &rows, const ELoc &locatorType, const VectorVectorDouble &values, bool useSel=false)Db
setItem(const VectorString &colnames, const VectorVectorDouble &values, bool useSel=false)Db
setItem(const ELoc &locatorType, const VectorVectorDouble &values, bool useSel=false)Db
setItem(const VectorInt &rows, const String &colname, const VectorDouble &values, bool useSel=false)Db
setItem(const String &colname, const VectorDouble &values, bool useSel=false)Db
setLocator(const String &name, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocatorByColIdx(int icol, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocatorByUID(int iuid, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocators(const VectorString &names, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocatorsByColIdx(const VectorInt &icols, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocatorsByUID(int number, int iuid, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocatorsByUID(const VectorInt &iuids, const ELoc &locatorType=ELoc::fromKey("UNKNOWN"), int locatorIndex=0, bool cleanSameLocator=false)Db
setLocVariable(const ELoc &loctype, int iech, int item, double value)Db
setLocVariables(const ELoc &loctype, int iech, const VectorDouble &values)Db
setName(const String &old_name, const String &name)Db
setName(const VectorString &list, const String &name)Db
setNameByColIdx(int icol, const String &name)Db
setNameByLocator(const ELoc &locatorType, const String &name)Db
setNameByUID(int iuid, const String &name)Db
setPrefixName(const String &prefixName)ASerializablestatic
setSampleCoordinates(int iech, const VectorDouble &coor)Db
setSimvar(const ELoc &locatorType, int iech, int isimu, int ivar, int icase, int nbsimu, int nvar, double value)Db
setValue(const String &name, int iech, double value)Db
setValueByColIdx(int iech, int icol, double value, bool flagCheck=true)Db
setValuesByColIdx(const VectorInt &iechs, const VectorInt &icols, const VectorDouble &values, bool bySample=false)Db
setValuesByNames(const VectorInt &iechs, const VectorString &names, const VectorDouble &values, bool bySample=false)Db
setZVariable(int iech, int item, double value)Db
shrinkToValidCols(const VectorInt &cols) constDb
shrinkToValidRows(const VectorInt &rows) constDb
statisticsBySample(const VectorString &names, const std::vector< EStatOption > &opers=EStatOption::fromKeys({"MEAN"}), bool flagIso=true, double proba=TEST, double vmin=TEST, double vmax=TEST, const NamingConvention &namconv=NamingConvention("Stats"))Db
statisticsMulti(const VectorString &names, bool flagIso=true, bool verbose=false, const String &title="")Db
switchLocator(const ELoc &locatorType_in, const ELoc &locatorType_out)Db
toString(const AStringFormat *strfmt=nullptr) const overrideDbGraphOvirtual
unsetContainerName()ASerializablestatic
unsetPrefixName()ASerializablestatic
updArray(int iech, int iuid, const EOperator &oper, double value)Db
updArrayVec(const VectorInt &iechs, int iuid, const EOperator &oper, VectorDouble &values)Db
updLocVariable(const ELoc &loctype, int iech, int item, const EOperator &oper, double value)Db
updSimvar(const ELoc &locatorType, int iech, int isimu, int ivar, int icase, int nbsimu, int nvar, const EOperator &oper, double value)Db
updZVariable(int iech, int item, const EOperator &oper, double value)Db
~ASerializable()ASerializablevirtual
~AStringable()AStringablevirtual
~Db()Dbvirtual
~DbGraphO()DbGraphOvirtual
~ICloneable()ICloneableinlinevirtual