GeographicLib  1.47
Public Attributes | List of all members
GeographicLib::NearestNeighbor< real, position, distance >::Node::bounds Struct Reference

#include <GeographicLib/NearestNeighbor.hpp>

Public Attributes

real lower [2]
 
real upper [2]
 
int child [2]
 

Detailed Description

template<typename real, typename position, class distance>
struct GeographicLib::NearestNeighbor< real, position, distance >::Node::bounds

Definition at line 551 of file NearestNeighbor.hpp.

Member Data Documentation

◆ lower

template<typename real , typename position , class distance >
real GeographicLib::NearestNeighbor< real, position, distance >::Node::bounds::lower[2]

Definition at line 552 of file NearestNeighbor.hpp.

◆ upper

template<typename real , typename position , class distance >
real GeographicLib::NearestNeighbor< real, position, distance >::Node::bounds::upper[2]

Definition at line 552 of file NearestNeighbor.hpp.

◆ child

template<typename real , typename position , class distance >
int GeographicLib::NearestNeighbor< real, position, distance >::Node::bounds::child[2]

Definition at line 553 of file NearestNeighbor.hpp.


The documentation for this struct was generated from the following file: