#include <Interpol.h>
Public Types | |
| enum | Type { Linear, Spline } |
Static Public Member Functions | |
| Interpolation * | Create (Type type) |
| Interpolation * | Create (Type type, const Interpolation *pSource) |
| Interpolation * | Transform (Type type, Interpolation *pSource) |
| void | Destroy (Interpolation *pInterpolation) |
| void | Write (Out &out, const Interpolation *pInterpolation) |
| Interpolation * | Read (In &in) |
|
|
Definition at line 32 of file Interpol.h. Referenced by Read(). |
|
|
Definition at line 29 of file Interpol.cpp. References Linear, and Spline. Referenced by Create(), Read(), and Transform(). |
|
||||||||||||
|
Definition at line 42 of file Interpol.cpp. References interpol::Interpolation::Assign(), and Create(). |
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 50 of file Interpol.cpp. |
Here is the call graph for this function:

|
|
Definition at line 58 of file Interpol.cpp. Referenced by Transform(). |
|
||||||||||||
|
Definition at line 63 of file Interpol.cpp. References interpol::Interpolation::GetType(), out, and interpol::Interpolation::points. |
Here is the call graph for this function:

|
|
Definition at line 74 of file Interpol.cpp. References interpol::Interpolation::BuildSortedPoints(), Create(), in, interpol::Interpolation::nextIndex, interpol::Interpolation::OnChange(), interpol::Interpolation::points, and Type. |
Here is the call graph for this function:

1.3.6