![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <NearestNeighbour.hpp>


Public Types | |
| typedef SuperType::CoordType | CoordType |
| typedef SuperType::DiscreteContainer | DiscreteContainer |
| typedef DiscreteContainer::IndexType | IndexType |
| The type of indexes in the [] operator. | |
| typedef SuperType::ValueType | ValueType |
| The type of the values that are accessed. | |
Public Member Functions | |
| NearestNeighbour (const DiscreteContainer &discreteValues) | |
| virtual ValueType | operator[] (const CoordType &coord) const |
Private Types | |
| typedef Interpolation< T, 1 > | SuperType |
Definition at line 124 of file NearestNeighbour.hpp.
| typedef SuperType::CoordType wns::wns::NearestNeighbour< T, 1 >::CoordType |
Reimplemented from wns::wns::Interpolation< T, 1 >.
Definition at line 130 of file NearestNeighbour.hpp.
| typedef SuperType::DiscreteContainer wns::wns::NearestNeighbour< T, 1 >::DiscreteContainer |
Reimplemented from wns::wns::Interpolation< T, 1 >.
Definition at line 131 of file NearestNeighbour.hpp.
| typedef DiscreteContainer::IndexType wns::wns::NearestNeighbour< T, 1 >::IndexType |
Reimplemented from wns::container::MultiReadAccessible< T, N, R, I >.
Definition at line 132 of file NearestNeighbour.hpp.
typedef Interpolation<T, 1> wns::wns::NearestNeighbour< T, 1 >::SuperType [private] |
Reimplemented from wns::wns::Interpolation< T, 1 >.
Definition at line 127 of file NearestNeighbour.hpp.
| typedef SuperType::ValueType wns::wns::NearestNeighbour< T, 1 >::ValueType |
Reimplemented from wns::wns::Interpolation< T, 1 >.
Definition at line 129 of file NearestNeighbour.hpp.
| wns::wns::NearestNeighbour< T, 1 >::NearestNeighbour | ( | const DiscreteContainer & | discreteValues | ) | [inline] |
Definition at line 134 of file NearestNeighbour.hpp.
| virtual ValueType wns::wns::NearestNeighbour< T, 1 >::operator[] | ( | const CoordType & | coord | ) | const [inline, virtual] |
Definition at line 138 of file NearestNeighbour.hpp.
1.5.5