Changeset 622

Show
Ignore:
Timestamp:
05/01/08 13:38:45 (14 months ago)
Author:
hobu
Message:

we can't claim classifications > 31 are invalid because the point may have a bit set that denotes synthetic, key-point, or withheld as stated in the specification

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/laspoint.cpp

    r616 r622  
    144144        flags |= eFlightLineEdge; 
    145145 
    146     if (this->GetClassification() > 31) 
    147         flags |= eClassification; 
    148  
    149146    if (eScanAngleRankMin > this->GetScanAngleRank() 
    150147        || this->GetScanAngleRank() > eScanAngleRankMax) 
     
    187184    if (this->GetTime() < 0.0) 
    188185        return false; 
    189      
    190     if (this->GetClassification() > 31) 
    191         return false; 
    192186 
    193187    return true;