

Definition at line 54 of file mtsInterfaceProvidedOrOutput.h.
| mtsInterfaceProvidedOrOutput::mtsInterfaceProvidedOrOutput | ( | void | ) | [inline, protected] |
Default constructor. Does nothing, should not be used.
Definition at line 67 of file mtsInterfaceProvidedOrOutput.h.
| mtsInterfaceProvidedOrOutput::mtsInterfaceProvidedOrOutput | ( | const std::string & | interfaceName, | |
| mtsComponent * | component | |||
| ) |
Constructor. Sets the name.
| virtual mtsInterfaceProvidedOrOutput::~mtsInterfaceProvidedOrOutput | ( | ) | [inline, virtual] |
Default destructor. Does nothing.
Definition at line 76 of file mtsInterfaceProvidedOrOutput.h.
| const std::string& mtsInterfaceProvidedOrOutput::GetName | ( | void | ) | const [inline] |
Returns the name of the interface.
Definition at line 79 of file mtsInterfaceProvidedOrOutput.h.
Referenced by svlFilterInput::ConnectTo().
std::string mtsInterfaceProvidedOrOutput::Name [protected] |
A string identifying the 'Name' of the interface.
Definition at line 61 of file mtsInterfaceProvidedOrOutput.h.
mtsComponent* mtsInterfaceProvidedOrOutput::Component [protected] |
Pointer on the device itself.
Definition at line 64 of file mtsInterfaceProvidedOrOutput.h.