Go to the source code of this file.
#define FOR_ALL_MIX_GROUP_PRIMITIVES |
( |
|
gdp, |
|
|
|
grp, |
|
|
|
prim, |
|
|
|
sec |
|
) |
| |
Value:
__iter.
nextMix(gdp, *grp, prim, sec, prim, sec))
int nextMix(DETAIL_TYPE *gdp, const GA_PrimitiveGroup &group, PRIM_TYPE *&prim, SEC_PRIM_TYPE *&sec, PRIM_TYPE *&next_prim, SEC_PRIM_TYPE *&next_sec)
Definition at line 50 of file GEO_Macros.h.
#define FOR_SAFE_MIX_GROUP_PRIMITIVES |
( |
|
gdp, |
|
|
|
grp, |
|
|
|
prim, |
|
|
|
sec, |
|
|
|
nextprim, |
|
|
|
nextsec |
|
) |
| |
Value:
prim && (__iter.nextMix(gdp,*grp,prim,sec,nextprim,nextsec) || true) && prim; \
prim = nextprim, sec = nextsec)
Definition at line 54 of file GEO_Macros.h.