SAGA API  v9.6
shape_part.cpp File Reference
#include "shapes.h"

Go to the source code of this file.

Macros

#define GET_GROW_SIZE(n)   (n < 128 ? 1 : (n < 2048 ? 32 : 256))
 

Macro Definition Documentation

◆ GET_GROW_SIZE

#define GET_GROW_SIZE (   n)    (n < 128 ? 1 : (n < 2048 ? 32 : 256))

Definition at line 107 of file shape_part.cpp.