Go to the source code of this file.
Defines | |
| #define | FOR_ALL_POINTGROUPS(gdp, grp) |
| #define | FOR_ALL_PRIMGROUPS(gdp, grp) |
| #define FOR_ALL_POINTGROUPS | ( | gdp, | |||
| grp | ) |
Value:
for (grp=(GB_PointGroup *)(gdp)->pointGroups().head(); grp; \ grp=(GB_PointGroup *)grp->next())
Definition at line 24 of file GB_Macros.h.
| #define FOR_ALL_PRIMGROUPS | ( | gdp, | |||
| grp | ) |
Value:
for (grp=(GB_PrimitiveGroup *)(gdp)->primitiveGroups().head(); \ grp; grp=(GB_PrimitiveGroup *)grp->next())
Definition at line 28 of file GB_Macros.h.
1.5.9