SAGA API v9.10
Loading...
Searching...
No Matches
shape_part.cpp File Reference
#include "shapes.h"

Go to the source code of this file.

Macros

#define GET_GROW_SIZE(n)

Macro Definition Documentation

◆ GET_GROW_SIZE

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

Definition at line 107 of file shape_part.cpp.

Referenced by CSG_Shape_Part::_Alloc_Memory().