Skip to content

File las_point.hpp

FileList > las > las_point.hpp

Go to the source code of this file

  • #include <cstdint>
  • #include <utilities/coordinate.hpp>
  • #include "assert/assert.hpp"

Classes

Type Name
class LASPoint

Public Types

Type Name
enum uint8_t LASClassification

Public Functions

Type Name
std::ostream & operator<< (std::ostream & os, const LASClassification & classification)

Public Types Documentation

enum LASClassification

enum LASClassification {
    CreatedNeverClassified = 0,
    Unclassified = 1,
    Ground = 2,
    LowVegetation = 3,
    MediumVegetation = 4,
    HighVegetation = 5,
    Building = 6,
    LowPoint = 7,
    ModelKeyPoint = 8,
    Water = 9
};

Public Functions Documentation

function operator<<

inline std::ostream & operator<< (
    std::ostream & os,
    const LASClassification & classification
) 


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/las/las_point.hpp