|
gstlearn
1.0.0
CCC
|
#include <IProjMatrix.hpp>
Public Member Functions | |
| IProjMatrix () | |
| virtual | ~IProjMatrix () |
| virtual int | point2mesh (const VectorDouble &inv, VectorDouble &outv) const =0 |
| virtual int | mesh2point (const VectorDouble &inv, VectorDouble &outv) const =0 |
| virtual int | getApexNumber () const =0 |
| virtual int | getPointNumber () const =0 |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in ProjMatrix, and ProjConvolution.
|
pure virtual |
Implemented in ProjMatrix, and ProjConvolution.
|
pure virtual |
Implemented in ProjConvolution, and ProjMatrix.
|
pure virtual |
Implemented in ProjConvolution, and ProjMatrix.