#include <ModelTransformer.h>
Collaboration diagram for ModelTransformer::Input:

Definition at line 43 of file ModelTransformer.h.
Public Member Functions | |
| Input (Model *m) | |
| Input (Model *m, int c) | |
| Model * | getModel () const |
| void | setModel (Model *m) |
| int | getChannel () const |
| void | setChannel (int c) |
Protected Attributes | |
| Model * | m_model |
| int | m_channel |
| ModelTransformer::Input::Input | ( | Model * | m | ) | [inline] |
Definition at line 45 of file ModelTransformer.h.
| ModelTransformer::Input::Input | ( | Model * | m, | |
| int | c | |||
| ) | [inline] |
Definition at line 46 of file ModelTransformer.h.
| Model* ModelTransformer::Input::getModel | ( | ) | const [inline] |
Definition at line 48 of file ModelTransformer.h.
References m_model.
Referenced by Document::addDerivedModel(), MainWindow::addLayer(), ModelTransformer::getInputModel(), and ModelTransformerFactory::transform().
| void ModelTransformer::Input::setModel | ( | Model * | m | ) | [inline] |
Definition at line 49 of file ModelTransformer.h.
References m_model.
Referenced by ModelTransformerFactory::getConfigurationForTransform().
| int ModelTransformer::Input::getChannel | ( | ) | const [inline] |
Definition at line 51 of file ModelTransformer.h.
References m_channel.
Referenced by Document::addDerivedModel(), MainWindow::addLayer(), and ModelTransformer::getInputChannel().
| void ModelTransformer::Input::setChannel | ( | int | c | ) | [inline] |
Definition at line 52 of file ModelTransformer.h.
References m_channel.
Referenced by ModelTransformerFactory::getConfigurationForTransform().
Model* ModelTransformer::Input::m_model [protected] |
int ModelTransformer::Input::m_channel [protected] |
1.5.1