#include <ProjConvolution.hpp>
Projection matrix for vertical convolution
|
| | ProjConvolution (const VectorDouble &convolution=VectorDouble(), const DbGrid *grid_point=nullptr, const VectorInt &nodeRes2D=VectorInt(), const VectorDouble &gext=VectorDouble()) |
| |
| | ProjConvolution (const ProjConvolution &m)=delete |
| |
| ProjConvolution & | operator= (const ProjConvolution &m)=delete |
| |
| virtual | ~ProjConvolution () |
| |
| int | getApexNumber () const override |
| |
| int | getPointNumber () const override |
| |
| DbGrid * | getResolutionGrid () const |
| |
| const MatrixSparse * | getAProjHoriz () const |
| | TODO : return a shared pointer ? More...
|
| |
| const VectorDouble & | getConvolution () const |
| |
| const VectorInt & | getShiftVector () const |
| |
| | IProjMatrix () |
| |
| virtual | ~IProjMatrix () |
| |
| virtual int | point2mesh (const VectorDouble &inv, VectorDouble &outv) const |
| |
| virtual int | mesh2point (const VectorDouble &inv, VectorDouble &outv) const |
| |
| int | point2mesh (const VectorEigen &inv, VectorEigen &outv) const |
| |
| int | mesh2point (const VectorEigen &inv, VectorEigen &outv) const |
| |
| int | mesh2point (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |
| int | point2mesh (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |
| int | addMesh2point (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |
| int | addPoint2mesh (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
| |
◆ ProjConvolution() [1/2]
◆ ProjConvolution() [2/2]
◆ ~ProjConvolution()
| ProjConvolution::~ProjConvolution |
( |
| ) |
|
|
virtual |
◆ getApexNumber()
| int ProjConvolution::getApexNumber |
( |
| ) |
const |
|
overridevirtual |
◆ getAProjHoriz()
| const MatrixSparse* ProjConvolution::getAProjHoriz |
( |
| ) |
const |
|
inline |
TODO : return a shared pointer ?
◆ getConvolution()
| const VectorDouble& ProjConvolution::getConvolution |
( |
| ) |
const |
|
inline |
◆ getPointNumber()
| int ProjConvolution::getPointNumber |
( |
| ) |
const |
|
overridevirtual |
◆ getResolutionGrid()
| DbGrid * ProjConvolution::getResolutionGrid |
( |
| ) |
const |
◆ getShiftVector()
| const VectorInt& ProjConvolution::getShiftVector |
( |
| ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following files: