xmsinterp  1.0
InterpSignals.h File Reference

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...
 

Detailed Description

Signals that can be called when performing idw or kriging interpolation. Used by GMS with Pilot Points.

Definition in file InterpSignals.h.

Function Documentation

◆ FillWtArray()

boost::signals2::connection xms::interp::connectSet::FillWtArray ( const boost::signals2::signal< void(int, double)>::slot_type &  a_slot)

Connects to this signal.

Parameters
[in]a_slotA slot.
Returns
connection.

Definition at line 79 of file InterpSignals.cpp.

◆ inFillWtArray()

void xms::inFillWtArray ( int  id,
double  wt 
)

calls the FillWtArray signal

Parameters
idID.
wtWeight.

Definition at line 97 of file InterpSignals.cpp.

References xms::inFillWtArray().

Referenced by xms::inFillWtArray().

◆ inSetDataIndex()

void xms::inSetDataIndex ( int  val)

Calls the SetDataIndex signal.

Parameters
[in]valValue.

Definition at line 88 of file InterpSignals.cpp.

References xms::inSetDataIndex().

Referenced by xms::inSetDataIndex().

◆ SetDataIndex()

boost::signals2::connection xms::interp::connectSet::SetDataIndex ( const boost::signals2::signal< void(int)>::slot_type &  a_slot)

Connects to this signal.

Parameters
[in]a_slotA slot.
Returns
connection.

Definition at line 69 of file InterpSignals.cpp.