#include <CalcImage.hpp>
Public Member Functions | |
CalcImage () | |
CalcImage (const CalcImage &r)=delete | |
CalcImage & | operator= (const CalcImage &r)=delete |
virtual | ~CalcImage () |
void | setFlagFilter (bool flagFilter) |
void | setFlagMorpho (bool flagMorpho) |
void | setOper (const EMorpho &oper) |
void | setOption (int option) |
void | setRadius (const VectorInt &radius) |
void | setVmin (double vmin) |
void | setVmax (double vmax) |
void | setVerbose (bool verbose) |
void | setDistErode (bool distErode) |
void | setNvarMorpho (int nvarMorpho) |
void | setFlagSmooth (bool flagSmooth) |
void | setSmoothRange (double smoothRange) |
void | setSmoothType (int smoothType) |
Public Member Functions inherited from ACalcInterpolator | |
ACalcInterpolator () | |
ACalcInterpolator (const ACalcInterpolator &r)=delete | |
ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
virtual | ~ACalcInterpolator () |
void | setModel (Model *model) |
void | setNeigh (ANeigh *neigh) |
Model * | getModel () const |
ANeigh * | getNeigh () const |
bool | hasModel (bool verbose=true) const |
bool | hasNeigh (bool verbose=true) const |
Public Member Functions inherited from ACalcDbToDb | |
ACalcDbToDb (bool mustShareSameSpaceDimension=true) | |
ACalcDbToDb (const ACalcDbToDb &r)=delete | |
ACalcDbToDb & | operator= (const ACalcDbToDb &r)=delete |
virtual | ~ACalcDbToDb () |
void | setDbin (Db *dbin) |
void | setDbout (Db *dbout) |
void | setNamingConvention (const NamingConvention &namconv) |
void | setMustShareSpaceDimension (bool mustShareSpaceDimension) |
Db * | getDbin () const |
Db * | getDbout () const |
DbGrid * | getGridin () const |
DbGrid * | getGridout () const |
bool | hasDbin (bool verbose=true) const |
bool | hasDbout (bool verbose=true) const |
bool | isGridIn (bool verbose=true) const |
bool | isGridOut (bool verbose=true) const |
Public Member Functions inherited from ACalculator | |
ACalculator () | |
ACalculator (const ACalculator &r)=delete | |
ACalculator & | operator= (const ACalculator &r)=delete |
virtual | ~ACalculator () |
bool | run () |
CalcImage::CalcImage | ( | ) |
|
delete |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |