|
|
Go to the documentation of this file.
2 #ifndef __LASMODULEPROFILE_C
3 #define __LASMODULEPROFILE_C
21 for (
unsigned int i = 0;
i < 512; ++
i)
31 for (
unsigned int i = 0;
i < 512; ++
i)
40 for (
unsigned int i = 0;
i < 512; ++
i)
52 for (
unsigned int i = 0;
i < 512; ++
i)
81 for (
unsigned int i = 0;
i <
data.size(); ++
i)
82 data.at(
i) = theValue;
90 for (
unsigned int i = 0;
i < 512; ++
i) {
109 if (
this != &anotherProfile) {
110 for (
unsigned int i = 0;
i < 512; ++
i) {
123 double theArray[512];
124 for (
unsigned int i = 0;
i < 512; ++
i) {
136 double theArray[512];
137 for (
unsigned int i = 0;
i < 512; ++
i) {
149 double theArray[512];
150 for (
unsigned int i = 0;
i < 512; ++
i) {
162 double theArray[512];
163 for (
unsigned int i = 0;
i < 512; ++
i) {
175 for (
unsigned int i = 0;
i < 512; ++
i) {
187 for (
unsigned int i = 0;
i < 512; ++
i) {
199 for (
unsigned int i = 0;
i < 512; ++
i) {
211 for (
unsigned int i = 0;
i < 512; ++
i) {
224 for (
unsigned int i = 0;
i < 512; ++
i) {
237 for (
unsigned int i = 0;
i < 512; ++
i) {
249 for (
unsigned int i = 0;
i < 512; ++
i) {
250 data.at(
i) /= divisor;
double GetValue(unsigned int theStripNumber) const
LASModuleProfile operator+(const LASModuleProfile &)
LASModuleProfile operator-(const LASModuleProfile &)
LASModuleProfile & operator=(const LASModuleProfile &)
void SetAllValuesTo(const double &)
LASModuleProfile & operator-=(const LASModuleProfile &)
LASModuleProfile & operator+=(const LASModuleProfile &)
std::vector< double > data
void DumpToArray(double[512])
LASModuleProfile & operator/=(const double)