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


Public Types | |
| typedef SuperType::IndexType | CoordType |
| typedef container::MultiReadAccessible < ValueType, 1, ValueType > | DiscreteContainer |
| typedef container::Matrix < ValueType, 1, ValueType > | InitType |
| typedef InterpolationDefs::SizeType | SizeType |
| The type for sizes used in this class. | |
| typedef T | ValueType |
| The type of the values that are accessed. | |
Public Member Functions | |
| virtual SizeType | dimSize (const SizeType &dim) const |
| const DiscreteContainer & | discretes () const |
| Interpolation (const DiscreteContainer &discreteValues) | |
Private Types | |
| typedef container::MultiReadAccessible < T, 1, T, InterpolationDefs::CoordType > | SuperType |
Private Attributes | |
| const DiscreteContainer * | values |
Definition at line 140 of file Interpolation.hpp.
| typedef SuperType::IndexType wns::wns::Interpolation< T, 1 >::CoordType |
Reimplemented in wns::wns::NearestNeighbour< T, 1 >, and wns::wns::NLinear< T, 1, M >.
Definition at line 149 of file Interpolation.hpp.
| typedef container::MultiReadAccessible<ValueType, 1, ValueType> wns::wns::Interpolation< T, 1 >::DiscreteContainer |
Reimplemented in wns::wns::NearestNeighbour< T, 1 >, and wns::wns::NLinear< T, 1, M >.
Definition at line 151 of file Interpolation.hpp.
| typedef container::Matrix<ValueType, 1, ValueType> wns::wns::Interpolation< T, 1 >::InitType |
| typedef InterpolationDefs::SizeType wns::wns::Interpolation< T, 1 >::SizeType |
Reimplemented from wns::container::MultiReadAccessible< T, N, R, I >.
Definition at line 146 of file Interpolation.hpp.
typedef container::MultiReadAccessible<T, 1, T, InterpolationDefs::CoordType> wns::wns::Interpolation< T, 1 >::SuperType [private] |
Reimplemented in wns::wns::NearestNeighbour< T, 1 >, and wns::wns::NLinear< T, 1, M >.
Definition at line 144 of file Interpolation.hpp.
| typedef T wns::wns::Interpolation< T, 1 >::ValueType |
Reimplemented from wns::container::MultiReadAccessible< T, N, R, I >.
Reimplemented in wns::wns::NearestNeighbour< T, 1 >, and wns::wns::NLinear< T, 1, M >.
Definition at line 147 of file Interpolation.hpp.
| virtual SizeType wns::wns::Interpolation< T, 1 >::dimSize | ( | const SizeType & | dim | ) | const [inline, virtual] |
Definition at line 164 of file Interpolation.hpp.
| const DiscreteContainer& wns::wns::Interpolation< T, 1 >::discretes | ( | ) | const [inline] |
Definition at line 159 of file Interpolation.hpp.
| wns::wns::Interpolation< T, 1 >::Interpolation | ( | const DiscreteContainer & | discreteValues | ) | [inline] |
Definition at line 154 of file Interpolation.hpp.
const DiscreteContainer* wns::wns::Interpolation< T, 1 >::values [private] |
Definition at line 170 of file Interpolation.hpp.
1.5.5