
#include <Channels/IntensityChannel.H>
Inheritance diagram for IntensityChannel:


Definition at line 45 of file IntensityChannel.H.
Public Member Functions | |
| IntensityChannel (OptionManager &mgr) | |
| Construct with standard params. | |
| IntensityChannel (OptionManager &mgr, const uint bandidx) | |
| Construct with params. | |
| IntensityChannel (OptionManager &mgr, const char *tag, const char *desc) | |
| Construct with params. We can use this if we have more than one chan. | |
| virtual | ~IntensityChannel () |
| Destructor. | |
Protected Attributes | |
| NModelParam< uint > | itsBandIndex |
|
|
Construct with standard params.
Definition at line 49 of file IntensityChannel.C. References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, and NModelParam< T >::setVal(). |
|
||||||||||||
|
Construct with params.
Definition at line 58 of file IntensityChannel.C. References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, ModelComponent::setDescriptiveName(), ModelComponent::setTagName(), NModelParam< T >::setVal(), and sformat(). |
|
||||||||||||||||
|
Construct with params. We can use this if we have more than one chan.
Definition at line 70 of file IntensityChannel.C. References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, ModelComponent::setDescriptiveName(), ModelComponent::setTagName(), NModelParam< T >::setVal(), and sformat(). |
|
|
Destructor.
Definition at line 82 of file IntensityChannel.C. |
1.4.4