#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 |
| int | size () const |
| bool | empty () const |
| void | updateDescription () |
| const mapNoStat & | getTable () const |
| bool | isValid (const EConsElem &econs) const |
| virtual int | addElem (std::shared_ptr< ANoStat > &nostat, const EConsElem &econs, int iv1=0, int iv2=0) |
| virtual int | removeElem (const EConsElem &econs, int iv1=0, int 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 VectorVectorDouble &coords, const EConsElem &econs, int iv1, int iv2, VectorDouble &result) const |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| String | toStringInside (const AStringFormat *strfmt=nullptr, int i=0) const |
| bool | isElemDefined (const EConsElem &econs, int iv1=0, int iv2=0) const |
| std::shared_ptr< ANoStat > | getElem (const EConsElem &econs, int iv1=0, int iv2=0) |
Public Member Functions inherited from 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 (int level) const final |
Public Member Functions inherited from ICloneable | |
| ICloneable () | |
| virtual | ~ICloneable () |
| virtual ICloneable * | clone () const =0 |
| TabNoStat::TabNoStat | ( | ) |
| TabNoStat::TabNoStat | ( | const TabNoStat & | m | ) |
|
virtual |
|
virtual |
Reimplemented in TabNoStatCovAniso.
| void TabNoStat::clear | ( | ) |
|
inline |
| std::shared_ptr< const Db > TabNoStat::getDbNoStatRef | ( | ) | const |
| const Db * TabNoStat::getDbNoStatRefRaw | ( | ) | const |
| std::shared_ptr< ANoStat > TabNoStat::getElem | ( | const EConsElem & | econs, |
| int | iv1 = 0, |
||
| int | iv2 = 0 |
||
| ) |
|
inline |
| void TabNoStat::informCoords | ( | const VectorVectorDouble & | coords, |
| const EConsElem & | econs, | ||
| int | iv1, | ||
| int | iv2, | ||
| VectorDouble & | result | ||
| ) | const |
| void TabNoStat::informDbIn | ( | const Db * | dbin | ) | const |
| void TabNoStat::informDbIn | ( | const Db * | dbin, |
| const EConsElem & | econs | ||
| ) | const |
| void TabNoStat::informDbOut | ( | const Db * | dbout | ) | const |
| void TabNoStat::informDbOut | ( | const Db * | dbout, |
| const EConsElem & | econs | ||
| ) | const |
| void TabNoStat::informMeshByApex | ( | const AMesh * | amesh | ) | const |
| void TabNoStat::informMeshByApex | ( | const AMesh * | amesh, |
| const EConsElem & | econs | ||
| ) | const |
| void TabNoStat::informMeshByMesh | ( | const AMesh * | amesh | ) | const |
| void TabNoStat::informMeshByMesh | ( | const AMesh * | amesh, |
| const EConsElem & | econs | ||
| ) | const |
| bool TabNoStat::isElemDefined | ( | const EConsElem & | econs, |
| int | iv1 = 0, |
||
| int | iv2 = 0 |
||
| ) | const |
|
inline |
| bool TabNoStat::isValid | ( | const EConsElem & | econs | ) | const |
|
virtual |
Reimplemented in TabNoStatCovAniso.
| void TabNoStat::setDbNoStatRef | ( | const Db * | dbref | ) |
| void TabNoStat::setDbNoStatRef | ( | std::shared_ptr< const Db > & | dbref | ) |
|
inline |
|
overridevirtual |
Reimplemented from AStringable.
Reimplemented in TabNoStatSills.
| String TabNoStat::toStringInside | ( | const AStringFormat * | strfmt = nullptr, |
| int | i = 0 |
||
| ) | const |
| void TabNoStat::updateDescription | ( | ) |