Changeset 534:d77864dbdafc


Ignore:
Timestamp:
04/24/08 08:54:39 (2 years ago)
Author:
Howard Butler <hobu.inc@…>
Branch:
default
Convert:
svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@600
Message:

actually do the class clip on the second pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/las2las.c

    r477 r534  
    665665            continue; 
    666666        } 
     667        if (elim_class && ( elim_class == LASPoint_GetClassification(p))) 
     668        { 
     669            p = LASReader_GetNextPoint(reader); 
     670            continue; 
     671        } 
    667672        LASWriter_WritePoint(writer,p); 
    668673 
Note: See TracChangeset for help on using the changeset viewer.