  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
   38   Spectel::Spectel(
int sample, 
int line, 
int band, 
double DN, 
double center, 
double width):
 
   39      Pixel(sample, line, band, DN) {
 
   68                                                    spectel.line(), spectel.band(), spectel.DN()) {
 
  
 
Stores information about a "Spectral pixel" or spectel.
 
double centerWavelength() const
Gets central wavelength of spectel.
 
Pixel & operator=(const Pixel &other)
Copy assignment operator.
 
double filterWidth() const
Gets wavelength width associated with spectel.
 
double m_center
Center wavelength associated with pixel.
 
const double Null
Value for an Isis Null pixel.
 
Store and/or manipulate pixel values.
 
virtual ~Spectel()
Default destructor.
 
Spectel()
Constructs an empty Spectel.
 
double m_width
Wavelength width (FWHM) associated with pixel.
 
Spectel & operator=(const Spectel &other)
Copy assignment operator.
 
This is free and unencumbered software released into the public domain.