#include <ProjMulti.hpp>
Public Types | |
| using | ProjVect = std::vector< std::vector< std::optional< std::reference_wrapper< const IProj > > > > |
Public Member Functions | |
| ProjMulti (const std::vector< std::vector< const IProj * > > &projs, bool silent=false) | |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable Interface. | |
| Id | getNApex () const override |
| Id | getNPoint () const override |
| Id | getNVariable () const |
| Id | getNLatent () const |
| ~ProjMulti () override=default | |
| bool | empty () const |
Public Member Functions inherited from gstlrn::IProj | |
| IProj ()=default | |
| IProj (const IProj &)=default | |
| IProj & | operator= (const IProj &)=default |
| IProj (IProj &&) noexcept=default | |
| IProj & | operator= (IProj &&) noexcept=default |
| virtual | ~IProj ()=default |
| point2mesh (const 1 &inv) const | |
| mesh2point (const 1 &inv) const | |
| Id | point2mesh (const 1 &inv, 1 &outv) const |
| Id | mesh2point (const 1 &inv, 1 &outv) const |
| Id | point2mesh (const constvect inv, vect out) const |
| Id | mesh2point (const constvect inv, vect out) const |
| Id | addMesh2point (const constvect inv, vect outv) const |
| Id | addPoint2mesh (const constvect inv, vect outv) const |
| void | mesh2point2mesh (const constvect inv, vect outv) const |
| void | point2mesh2point (const constvect inv, vect outv) const |
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 |
| void | printConcreteClassName () const |
| using gstlrn::ProjMulti::ProjVect = std::vector< std::vector<std::optional<std::reference_wrapper<const IProj> >> > |
| gstlrn::ProjMulti::ProjMulti | ( | const std::vector< std::vector< const IProj * > > & | projs, |
| bool | silent = false |
||
| ) |
|
overridedefault |
|
inline |
|
overridevirtual |
Implements gstlrn::IProj.
|
inline |
|
overridevirtual |
Implements gstlrn::IProj.
|
inline |
|
overridevirtual |
AStringable Interface.
Reimplemented from gstlrn::AStringable.