File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
SpectralDefinition.cpp
1 
6 /* SPDX-License-Identifier: CC0-1.0 */
7 
8 #include "SpectralDefinition.h"
9 
10 #include <vector>
11 #include <QString>
12 
13 //Other Isis
14 #include "ProcessByLine.h"
15 #include "CSVReader.h"
16 
17 //using namespace std;
18 namespace Isis {
19 
22  init();
23  }
24 
25 
28  }
29 
30 
35  return m_ns;
36  }
37 
38 
43  return m_nl;
44  }
45 
46 
51  return m_nb;
52  }
53 
54 
60  return m_numSections;
61  }
62 
63 
66 
67  m_ns = 0;
68  m_nl = 0;
69  m_nb = 0;
70  m_numSections = 0;
71  }
72 
73 }
74 
75 
76 
77 
Isis::SpectralDefinition::m_nb
int m_nb
Number of bands in input Cube.
Definition: SpectralDefinition.h:60
Isis::SpectralDefinition::init
void init()
Constructor initializer.
Definition: SpectralDefinition.cpp:65
Isis::SpectralDefinition::m_nl
int m_nl
Number of lines in input Cube.
Definition: SpectralDefinition.h:57
Isis::SpectralDefinition::m_numSections
int m_numSections
Number of sections of the chip/wavelength data.
Definition: SpectralDefinition.h:63
Isis::SpectralDefinition::sectionCount
virtual int sectionCount() const
Returns the number of sections in the calibration image.
Definition: SpectralDefinition.cpp:59
Isis::SpectralDefinition::sampleCount
virtual int sampleCount() const
Returns the number of samples in the calibration image.
Definition: SpectralDefinition.cpp:34
Isis::SpectralDefinition::SpectralDefinition
SpectralDefinition()
Constructs an empty SpectralDefinition object.
Definition: SpectralDefinition.cpp:21
Isis::SpectralDefinition::bandCount
virtual int bandCount() const
Returns the number of bands in the calibration image.
Definition: SpectralDefinition.cpp:50
Isis::SpectralDefinition::lineCount
virtual int lineCount() const
Returns the number of line in the calibration image.
Definition: SpectralDefinition.cpp:42
Isis::SpectralDefinition::~SpectralDefinition
virtual ~SpectralDefinition()
default destructor
Definition: SpectralDefinition.cpp:27
Isis::SpectralDefinition::m_ns
int m_ns
Number of samples in input Cube.
Definition: SpectralDefinition.h:54
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:17:18