Skip to content

File layer.hpp

FileList > gui > layer.hpp

Go to the source code of this file

  • #include <QMetaObject>
  • #include <QObject>
  • #include <algorithm>
  • #include <array>
  • #include <atomic>
  • #include <future>
  • #include <mutex>
  • #include <vector>
  • #include "contour/contour.hpp"
  • #include "gui/octree_las_data.hpp"
  • #include "gui/point_cloud_visualization.hpp"
  • #include "gui/raster_data.hpp"
  • #include "io/crs.hpp"
  • #include "io/gpkg.hpp"
  • #include "las/las_file.hpp"
  • #include "utilities/coordinate.hpp"
  • #include "utilities/filesystem.hpp"
  • #include "utilities/progress_tracker.hpp"

Classes

Type Name
class ContourLayer
class DemLayer
class LASLayer
class Layer
class PointLayer
class SlopeLayer
class TexturedDemLayer

Public Types

Type Name
enum LayerKind

Public Types Documentation

enum LayerKind

enum LayerKind {
    PointCloud,
    DemSurface,
    Contours,
    SlopeSurface,
    TexturedDem
};


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/gui/layer.hpp