2 #ifndef __LASMODULEPROFILE_C 3 #define __LASMODULEPROFILE_C 27 for(
unsigned int i = 0;
i < 512; ++
i )
data[
i] = theData[
i];
41 for(
unsigned int i = 0;
i < 512; ++
i )
data[
i] = theData[
i];
54 for(
unsigned int i = 0;
i < 512; ++
i )
data[
i] = theData[
i];
70 for(
unsigned int i = 0;
i < 512; ++
i )
data[
i] = theData[
i];
108 for(
unsigned int i = 0;
i <
data.size(); ++
i )
data.at(
i ) = theValue;
121 for(
unsigned int i = 0;
i < 512; ++
i ) {
150 if(
this != &anotherProfile ) {
152 for(
unsigned int i = 0;
i < 512; ++
i ) {
171 double theArray[512];
172 for(
unsigned int i = 0;
i < 512; ++
i ) {
189 double theArray[512];
190 for(
unsigned int i = 0;
i < 512; ++
i ) {
207 double theArray[512];
208 for(
unsigned int i = 0;
i < 512; ++
i ) {
225 double theArray[512];
226 for(
unsigned int i = 0;
i < 512; ++
i ) {
243 for(
unsigned int i = 0;
i < 512; ++
i ) {
260 for(
unsigned int i = 0;
i < 512; ++
i ) {
277 for(
unsigned int i = 0;
i < 512; ++
i ) {
294 for(
unsigned int i = 0;
i < 512; ++
i ) {
311 for(
unsigned int i = 0;
i < 512; ++
i ) {
329 for(
unsigned int i = 0;
i < 512; ++
i ) {
346 for(
unsigned int i = 0;
i < 512; ++
i ) {
347 data.at(
i ) /= divisor;
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])
LASModuleProfile & operator=(const LASModuleProfile &)
LASModuleProfile operator+(const LASModuleProfile &)