#include <ProjMulti.hpp>
Public Member Functions | |
| ProjMulti (const std::vector< std::vector< const IProj * > > &projs, bool silent=false) | |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable Interface. | |
| int | getNApex () const override |
| int | getNPoint () const override |
| int | getNVariable () const |
| int | getNLatent () const |
| virtual | ~ProjMulti () |
| bool | empty () const |
Public Member Functions inherited from IProj | |
| IProj () | |
| virtual | ~IProj () |
| int | point2mesh (const VectorDouble &inv, VectorDouble &outv) const |
| int | mesh2point (const VectorDouble &inv, VectorDouble &outv) const |
| int | point2mesh (const constvect inv, vect out) const |
| int | mesh2point (const constvect inv, vect out) const |
| int | addMesh2point (const constvect inv, vect outv) const |
| int | addPoint2mesh (const constvect inv, vect outv) const |
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 |
| ProjMulti::ProjMulti | ( | const std::vector< std::vector< const IProj * > > & | projs, |
| bool | silent = false |
||
| ) |
|
virtual |
|
inline |
|
overridevirtual |
Implements IProj.
|
inline |
|
overridevirtual |
Implements IProj.
|
inline |
|
overridevirtual |
AStringable Interface.
Reimplemented from AStringable.