xmsinterp
1.0
|
Signals that can be called when performing idw or kriging interpolation. Used by GMS with Pilot Points. More...
#include <boost/signals2.hpp>
Go to the source code of this file.
Functions | |
void | xms::inSetDataIndex (int val) |
Calls the SetDataIndex signal. More... | |
void | xms::inFillWtArray (int id, double wt) |
calls the FillWtArray signal More... | |
boost::signals2::connection | xms::interp::connectSet::SetDataIndex (const boost::signals2::signal< void(int)>::slot_type &a_slot) |
Connects to this signal. More... | |
boost::signals2::connection | xms::interp::connectSet::FillWtArray (const boost::signals2::signal< void(int, double)>::slot_type &a_slot) |
Connects to this signal. More... | |
Signals that can be called when performing idw or kriging interpolation. Used by GMS with Pilot Points.
Definition in file InterpSignals.h.
boost::signals2::connection xms::interp::connectSet::FillWtArray | ( | const boost::signals2::signal< void(int, double)>::slot_type & | a_slot | ) |
Connects to this signal.
[in] | a_slot | A slot. |
Definition at line 79 of 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().
boost::signals2::connection xms::interp::connectSet::SetDataIndex | ( | const boost::signals2::signal< void(int)>::slot_type & | a_slot | ) |
Connects to this signal.
[in] | a_slot | A slot. |
Definition at line 69 of file InterpSignals.cpp.