A selected channel to be display. More...
#include <SelectedChannel.h>
Public Member Functions | |
SelectedChannel * | clone () const |
It creates a new copy of this object. More... | |
Initializer Methods | |
Methods related to instantiation and destruction. | |
SelectedChannel () | |
It initializes a new SelectedChannel. More... | |
~SelectedChannel () | |
Destructor. More... | |
Accessor methods | |
Methods used to get or set properties. | |
void | setSourceChannelName (const std::string &name) |
std::string | getSourceChannelName () const |
void | setContrastEnhancement (ContrastEnhancement *c) |
ContrastEnhancement * | getContrastEnhancement () const |
Private Attributes | |
ContrastEnhancement * | m_contrastEnhancement |
Contrast enhancement that can be applied to a channel in isolation. (Optional) More... | |
std::string | m_sourceChannelName |
Channels are identified by a system and data-dependent character identifier. Commonly, channels will be labelled as "1", "2" and so on. (Mandatory) More... | |
A selected channel to be display.
Definition at line 52 of file SelectedChannel.h.
te::se::SelectedChannel::SelectedChannel | ( | ) |
It initializes a new SelectedChannel.
te::se::SelectedChannel::~SelectedChannel | ( | ) |
Destructor.
SelectedChannel* te::se::SelectedChannel::clone | ( | ) | const |
It creates a new copy of this object.
|
inline |
Definition at line 80 of file SelectedChannel.h.
|
inline |
Definition at line 76 of file SelectedChannel.h.
void te::se::SelectedChannel::setContrastEnhancement | ( | ContrastEnhancement * | c | ) |
void te::se::SelectedChannel::setSourceChannelName | ( | const std::string & | name | ) |
|
private |
Contrast enhancement that can be applied to a channel in isolation. (Optional)
Definition at line 90 of file SelectedChannel.h.
|
private |
Channels are identified by a system and data-dependent character identifier. Commonly, channels will be labelled as "1", "2" and so on. (Mandatory)
Definition at line 89 of file SelectedChannel.h.