#include <TabNoStat.hpp>
Public Member Functions | |
| TabNoStat () | |
| TabNoStat (const TabNoStat &m) | |
| TabNoStat & | operator= (const TabNoStat &m) |
| virtual | ~TabNoStat () |
| bool | isNoStat () const |
| void | informMeshByMesh (const AMesh *amesh) const |
| void | informMeshByApex (const AMesh *amesh) const |
| void | informDbIn (const Db *dbin) const |
| void | informDbOut (const Db *dbout) const |
| void | informMeshByMesh (const AMesh *amesh, const EConsElem &econs) const |
| void | informMeshByApex (const AMesh *amesh, const EConsElem &econs) const |
| void | informDbIn (const Db *dbin, const EConsElem &econs) const |
| void | informDbOut (const Db *dbout, const EConsElem &econs) const |
| Id | size () const |
| bool | empty () const |
| void | updateDescription () |
| const mapNoStat & | getTable () const |
| bool | isValid (const EConsElem &econs) const |
| virtual Id | addElem (std::shared_ptr< ANoStat > &nostat, const EConsElem &econs, Id iv1=0, Id iv2=0) |
| virtual Id | removeElem (const EConsElem &econs, Id iv1=0, Id iv2=0) |
| void | clear () |
| void | setDbNoStatRef (const Db *dbref) |
| void | setDbNoStatRef (std::shared_ptr< const Db > &dbref) |
| std::shared_ptr< const Db > | getDbNoStatRef () const |
| const Db * | getDbNoStatRefRaw () const |
| void | informCoords (const 1 &coords, const EConsElem &econs, Id iv1, Id iv2, 1 &result) const |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| String | toStringInside (const AStringFormat *strfmt=nullptr, Id i=0) const |
| bool | isElemDefined (const EConsElem &econs, Id iv1=0, Id iv2=0) const |
| std::shared_ptr< ANoStat > | getElem (const EConsElem &econs, Id iv1=0, Id iv2=0) |
Public Member Functions inherited from gstlrn::AStringable | |
| AStringable () | |
| AStringable (const AStringable &r) | |
| AStringable & | operator= (const AStringable &r) |
| virtual | ~AStringable () |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| virtual void | display (Id level) const final |
Public Member Functions inherited from gstlrn::ICloneable | |
| ICloneable () | |
| virtual | ~ICloneable () |
| virtual ICloneable * | clone () const =0 |
| std::shared_ptr< ICloneable > | cloneShared () const |
| std::unique_ptr< ICloneable > | cloneUnique () const |
| gstlrn::TabNoStat::TabNoStat | ( | ) |
| gstlrn::TabNoStat::TabNoStat | ( | const TabNoStat & | m | ) |
|
virtual |
|
virtual |
Reimplemented in gstlrn::TabNoStatCovAniso.
| void gstlrn::TabNoStat::clear | ( | ) |
|
inline |
| std::shared_ptr< const Db > gstlrn::TabNoStat::getDbNoStatRef | ( | ) | const |
| const Db * gstlrn::TabNoStat::getDbNoStatRefRaw | ( | ) | const |
| std::shared_ptr< ANoStat > gstlrn::TabNoStat::getElem | ( | const EConsElem & | econs, |
| Id | iv1 = 0, |
||
| Id | iv2 = 0 |
||
| ) |
|
inline |
| void gstlrn::TabNoStat::informCoords | ( | const 1 & | coords, |
| const EConsElem & | econs, | ||
| Id | iv1, | ||
| Id | iv2, | ||
| 1 & | result | ||
| ) | const |
| void gstlrn::TabNoStat::informDbIn | ( | const Db * | dbin | ) | const |
| void gstlrn::TabNoStat::informDbIn | ( | const Db * | dbin, |
| const EConsElem & | econs | ||
| ) | const |
| void gstlrn::TabNoStat::informDbOut | ( | const Db * | dbout | ) | const |
| void gstlrn::TabNoStat::informDbOut | ( | const Db * | dbout, |
| const EConsElem & | econs | ||
| ) | const |
| void gstlrn::TabNoStat::informMeshByApex | ( | const AMesh * | amesh | ) | const |
| void gstlrn::TabNoStat::informMeshByApex | ( | const AMesh * | amesh, |
| const EConsElem & | econs | ||
| ) | const |
| void gstlrn::TabNoStat::informMeshByMesh | ( | const AMesh * | amesh | ) | const |
| void gstlrn::TabNoStat::informMeshByMesh | ( | const AMesh * | amesh, |
| const EConsElem & | econs | ||
| ) | const |
|
inline |
| bool gstlrn::TabNoStat::isValid | ( | const EConsElem & | econs | ) | const |
Reimplemented in gstlrn::TabNoStatCovAniso.
| void gstlrn::TabNoStat::setDbNoStatRef | ( | const Db * | dbref | ) |
| void gstlrn::TabNoStat::setDbNoStatRef | ( | std::shared_ptr< const Db > & | dbref | ) |
|
inline |
|
overridevirtual |
Reimplemented from gstlrn::AStringable.
Reimplemented in gstlrn::TabNoStatSills.
| String gstlrn::TabNoStat::toStringInside | ( | const AStringFormat * | strfmt = nullptr, |
| Id | i = 0 |
||
| ) | const |
| void gstlrn::TabNoStat::updateDescription | ( | ) |