|
TarzaNN
TarzaNN neural network simulator
|
#include <FeaturePlaneInput.h>
Public Member Functions | |
| FeaturePlaneInput (FeaturePlaneAbstract *thisFP, Filter *f, FeaturePlaneAbstract *p, int theInputType, int i) | |
| ~FeaturePlaneInput () | |
| Filter * | getFilter () |
| FeaturePlaneAbstract * | getFeaturePlane () |
| FeaturePlaneAbstract * | getThisFeaturePlane () |
| void | setFeaturePlane (FeaturePlaneAbstract *newPlane) |
| void | setAutodeleteFilter (bool b) |
| OutputImage * | getCurrentOutput () |
| OutputImage * | getCurrentOutputRaw () |
| int | getPlaneOutputIndex () |
| int | getInputType () |
| void | release () |
Static Public Member Functions | |
| static int | getType (const QString &name) |
| static QString | getType (int value) |
Encapsulates an input pair - filter/ feature plane/ type/optional FP output index.
| FeaturePlaneInput::FeaturePlaneInput | ( | FeaturePlaneAbstract * | thisFP, |
| Filter * | f, | ||
| FeaturePlaneAbstract * | p, | ||
| int | theInputType, | ||
| int | i | ||
| ) |
| FeaturePlaneInput::~FeaturePlaneInput | ( | ) |
| OutputImage * FeaturePlaneInput::getCurrentOutput | ( | ) |
| OutputImage * FeaturePlaneInput::getCurrentOutputRaw | ( | ) |
| FeaturePlaneAbstract * FeaturePlaneInput::getFeaturePlane | ( | ) |
| Filter * FeaturePlaneInput::getFilter | ( | ) |
| int FeaturePlaneInput::getInputType | ( | ) |
| int FeaturePlaneInput::getPlaneOutputIndex | ( | ) |
| FeaturePlaneAbstract * FeaturePlaneInput::getThisFeaturePlane | ( | ) |
| int FeaturePlaneInput::getType | ( | const QString & | name | ) | [static] |
| QString FeaturePlaneInput::getType | ( | int | value | ) | [static] |
| void FeaturePlaneInput::release | ( | ) |
| void FeaturePlaneInput::setAutodeleteFilter | ( | bool | b | ) |
| void FeaturePlaneInput::setFeaturePlane | ( | FeaturePlaneAbstract * | newPlane | ) |
1.7.5.1