#include <inspectable.h>
Public Member Functions | |
IConnection (const std::string &matrixname, const std::string &vector1, const std::string &vector2) | |
Public Attributes | |
std::string | matrixname |
matrix name is the prefix of the internal parameter matrix e.g. "A" | |
std::string | vector1 |
vectorname of input layer | |
std::string | vector2 |
vectorname of output layer |
IConnection | ( | const std::string & | matrixname, | |
const std::string & | vector1, | |||
const std::string & | vector2 | |||
) | [inline] |
std::string matrixname |
matrix name is the prefix of the internal parameter matrix e.g. "A"
std::string vector1 |
vectorname of input layer
std::string vector2 |
vectorname of output layer