1.3.64
 
Loading...
Searching...
No Matches
LiDAR.h File Reference
#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)
 

Detailed Description

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.

Function Documentation

◆ sortcol0()

bool sortcol0 ( const std::vector< double > &  v0,
const std::vector< double > &  v1 
)

Definition at line 1145 of file LiDAR.cpp.

◆ sortcol1()

bool sortcol1 ( const std::vector< double > &  v0,
const std::vector< double > &  v1 
)

Definition at line 1149 of file LiDAR.cpp.