SAGA API
v9.6
|
#include "shapes.h"
Go to the source code of this file.
Macros | |
#define | GET_GROW_SIZE(n) (n < 128 ? 1 : (n < 2048 ? 32 : 256)) |
#define GET_GROW_SIZE | ( | n | ) | (n < 128 ? 1 : (n < 2048 ? 32 : 256)) |
Definition at line 107 of file shape_part.cpp.