2 #ifndef __LASMODULEPROFILE_H
3 #define __LASMODULEPROFILE_H
19 double GetValue(
unsigned int theStripNumber)
const {
return (
data[theStripNumber]); }
20 void SetValue(
unsigned int theStripNumber,
const double& theValue) {
data.at(theStripNumber) = theValue; }
LASModuleProfile operator-(const LASModuleProfile &)
void SetAllValuesTo(const double &)
double GetValue(unsigned int theStripNumber) const
LASModuleProfile & operator+=(const LASModuleProfile &)
LASModuleProfile & operator-=(const LASModuleProfile &)
std::vector< double > data
LASModuleProfile & operator/=(const double)
void DumpToArray(double[512])
void SetValue(unsigned int theStripNumber, const double &theValue)
LASModuleProfile & operator=(const LASModuleProfile &)
LASModuleProfile operator+(const LASModuleProfile &)