|
xmsinterp
1.0
|
Signals that can be called when performing idw or kriging interpolation. Used by GMS with Pilot Points. More...
#include <xmsinterp/interpolate/InterpSignals.h>Go to the source code of this file.
Functions | |
| boost::signals2::signal< void(int)> & | xms::interp::connectGet::SetDataIndex () |
| static file variable | |
| boost::signals2::signal< void(int, double)> & | xms::interp::connectGet::FillWtArray () |
| static file variable | |
| void | xms::inSetDataIndex (int val) |
| Calls the SetDataIndex signal. More... | |
| void | xms::inFillWtArray (int id, double wt) |
| calls the FillWtArray signal More... | |
Signals that can be called when performing idw or kriging interpolation. Used by GMS with Pilot Points.
Definition in file InterpSignals.cpp.
| void xms::inFillWtArray | ( | int | id, |
| double | wt | ||
| ) |
calls the FillWtArray signal
| id | ID. |
| wt | Weight. |
Definition at line 97 of file InterpSignals.cpp.
References xms::inFillWtArray().
Referenced by xms::inFillWtArray().
| void xms::inSetDataIndex | ( | int | val | ) |
Calls the SetDataIndex signal.
| [in] | val | Value. |
Definition at line 88 of file InterpSignals.cpp.
References xms::inSetDataIndex().
Referenced by xms::inSetDataIndex().