|
bool | filter (const liblas::Point &point) |
|
Definition at line 28 of file FileReaderLas.h.
◆ LastReturnFilter()
LastReturnFilter::LastReturnFilter |
( |
| ) |
|
◆ filter()
bool LastReturnFilter::filter |
( |
const liblas::Point & |
point | ) |
|
Definition at line 27 of file FileReaderLas.cc.
28{
29
30
31
32
33 bool output = false;
34 if (p.GetReturnNumber() == p.GetNumberOfReturns())
35 {
36 output = true;
37 }
38
39
40 if (GetType() == eExclusion && output == true)
41 {
42 output = false;
43 } else {
44 output = true;
45 }
46 return output;
47}
The documentation for this class was generated from the following files:
- /tmp/slackdce/slackrepo.6a0m9U/build_pktools/PKTOOLS-2.6.7.6/src/lasclasses/FileReaderLas.h
- /tmp/slackdce/slackrepo.6a0m9U/build_pktools/PKTOOLS-2.6.7.6/src/lasclasses/FileReaderLas.cc