#include "bbtkAtomicBlackBox.h"


Go to the source code of this file.
Namespaces | |
| namespace | bbstd |
Classes | |
| class | bbstd::Relay< T > |
Functions | |
| bbstd::BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX (Relay, bbtk::AtomicBlackBox) | |
| bbstd::BBTK_NAME (bbtk::HumanTypeName< T >()+"Relay") | |
| bbstd::BBTK_AUTHOR ("laurent.guigues at creatis.insa-lyon.fr") | |
| bbstd::BBTK_CATEGORY ("misc") | |
| bbstd::BBTK_DESCRIPTION ("Just copies the value of its input to its output. Usefull to plug an input of a complex box into different internal boxes.") | |
| bbstd::BBTK_TEMPLATE_INPUT (Relay, In,"Input", T) | |
| bbstd::BBTK_TEMPLATE_OUTPUT (Relay, Out,"Output", T) | |
| bbstd::BBTK_END_DESCRIBE_TEMPLATE_BLACK_BOX (Relay) | |
1.5.6