#include "CollisionDetection.h"#include "Context.h"#include "Visualizer.h"#include "s_hull_pro.h"Go to the source code of this file.
Data Structures | |
| class | HitTable< datatype > |
| struct | HitPoint |
| struct | Triangulation |
| struct | GridCell |
| struct | ScanMetadata |
| Structure containing metadata for a terrestrial scan. More... | |
| class | LiDARcloud |
| Primary class for terrestrial LiDAR scan. More... | |
Functions | |
| bool | sortcol0 (const std::vector< double > &v0, const std::vector< double > &v1) |
| bool | sortcol1 (const std::vector< double > &v0, const std::vector< double > &v1) |
Primary header file for LiDAR plug-in.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file LiDAR.h.
| bool sortcol0 | ( | const std::vector< double > & | v0, |
| const std::vector< double > & | v1 | ||
| ) |