SAGA API  v9.5
grid_system.cpp File Reference
#include "grid.h"
#include "shapes.h"
#include "parameters.h"

Go to the source code of this file.

Macros

#define ADD_CELL(x, y, Distance)
 

Macro Definition Documentation

◆ ADD_CELL

#define ADD_CELL (   x,
  y,
  Distance 
)
Value:
{\
CSG_Table_Record &Cell = *Kernel.Add_Record();\
Cell.Set_Value(0, x);\
Cell.Set_Value(1, y);\
Cell.Set_Value(2, Distance);\
Cell.Set_Value(3, m_Weighting.Get_Weight(d));\
}