IConnection Struct Reference
#include <inspectable.h>
List of all members.
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
|
Constructor & Destructor Documentation
IConnection |
( |
const std::string & |
matrixname, |
|
|
const std::string & |
vector1, |
|
|
const std::string & |
vector2 | |
|
) |
| | [inline] |
Member Data Documentation
matrix name is the prefix of the internal parameter matrix e.g. "A"
vectorname of input layer
vectorname of output layer
The documentation for this struct was generated from the following file: