.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/core/tree/address.hpp" 3 "Sun Aug 30 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/core/tree/address.hpp
.SH SYNOPSIS
.br
.PP
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "strip_type\&.hpp "
.ti -1c
.RI " \fBmlpack::bound\fP"
.br
.ti -1c
.RI " \fBmlpack::bound::addr\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "template<typename AddressType , typename VecType > void \fBAddressToPoint\fP (VecType &point, const AddressType &address)"
.br
.RI "Translate the address to the point\&. "
.ti -1c
.RI "template<typename AddressType1 , typename AddressType2 > int \fBCompareAddresses\fP (const AddressType1 &addr1, const AddressType2 &addr2)"
.br
.RI "Compare two addresses\&. "
.ti -1c
.RI "template<typename AddressType1 , typename AddressType2 , typename AddressType3 > bool \fBContains\fP (const AddressType1 &address, const AddressType2 &loBound, const AddressType3 &hiBound)"
.br
.RI "Returns true if an address is contained between two other addresses\&. "
.ti -1c
.RI "template<typename AddressType , typename VecType > void \fBPointToAddress\fP (AddressType &address, const VecType &point)"
.br
.RI "Calculate the address of a point\&. "
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Mikhail Lozhnikov
.RE
.PP
This file contains a series of functions for translating points to addresses and back and functions for comparing addresses\&.
.PP
The notion of addresses is described in the following paper\&. 
.PP
.nf
@inproceedings{bayer1997,
  author = {Bayer, Rudolf},
  title = {The Universal B-Tree for Multidimensional Indexing: General
      Concepts},
  booktitle = {Proceedings of the International Conference on Worldwide
      Computing and Its Applications},
  series = {WWCA '97},
  year = {1997},
  isbn = {3-540-63343-X},
  pages = {198--209},
  numpages = {12},
  publisher = {Springer-Verlag},
  address = {London, UK, UK},
}

.fi
.PP
 
.PP
Definition in file \fBaddress\&.hpp\fP\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
