RDB 2
Classes | Namespaces | Functions
graphNode.hpp File Reference

Index graph node. More...

#include <vector>
#include <cstdlib>
#include <cstdint>
#include <functional>
#include "riegl/rdb/pointcloud/transaction.hpp"

Go to the source code of this file.

Classes

class  riegl::rdb::pointcloud::GraphNode
 Graph Node. More...
 
struct  std::hash< riegl::rdb::pointcloud::GraphNode >
 

Namespaces

 riegl
 RIEGL Laser Measurement Systems GmbH, Austria.
 
 riegl::rdb
 RDB library components.
 
 riegl::rdb::pointcloud
 RDB point cloud classes.
 
 std
 

Functions

bool riegl::rdb::pointcloud::operator== (const GraphNode &n1, const GraphNode &n2)
 

Detailed Description

Index graph node.

Author
RIEGL LMS GmbH, Austria
Version
2015-10-14/AW: Initial version
2018-07-05/AW: Add ID conversion operator function
2021-07-09/AW: Add comparison operator and hash function (#3922)

Definition in file graphNode.hpp.