#include "GEO_Detail.h"
#include "GEO_PrimPoly.h"
#include <UT/UT_Interrupt.h>
#include <queue>
Go to the source code of this file.
|
#define | GEO_FOR_ALL_POLY_ADJ_TO_PT(gdp, pt_offset, adj_poly) |
|
#define | GEO_FOR_ALL_GROUP_POLY_ADJ_TO_PT(gdp, grp, pt_offset, adj_poly) |
|
#define | GEO_FOR_ALL_POLY_EDGE_ADJ_TO_POLY(gdp, poly, adj_poly) |
|
#define | GEO_FOR_ALL_GROUP_POLY_EDGE_ADJ_TO_POLY(gdp, grp, poly, adj_poly) |
|
#define | GEO_FOR_ALL_POLY_ADJ_TO_POLY(gdp, poly, adj_poly) |
|
#define | GEO_FOR_ALL_GROUP_POLY_ADJ_TO_POLY(gdp, grp, poly, adj_poly) |
|
#define GEO_FOR_ALL_GROUP_POLY_ADJ_TO_POLY |
( |
|
gdp, |
|
|
|
grp, |
|
|
|
poly, |
|
|
|
adj_poly |
|
) |
| |
Value:
while( poly_it.advance() && (adj_poly = poly_it.getAdjPoly()) )
Definition at line 403 of file GEO_AdjPolyIterator.h.
#define GEO_FOR_ALL_GROUP_POLY_ADJ_TO_PT |
( |
|
gdp, |
|
|
|
grp, |
|
|
|
pt_offset, |
|
|
|
adj_poly |
|
) |
| |
Value:
while( poly_it.advance() && (adj_poly = poly_it.getAdjPoly()) )
Definition at line 386 of file GEO_AdjPolyIterator.h.
#define GEO_FOR_ALL_GROUP_POLY_EDGE_ADJ_TO_POLY |
( |
|
gdp, |
|
|
|
grp, |
|
|
|
poly, |
|
|
|
adj_poly |
|
) |
| |
Value:
while( poly_it.advance() && (adj_poly = poly_it.getAdjPoly()) )
Definition at line 395 of file GEO_AdjPolyIterator.h.
#define GEO_FOR_ALL_POLY_ADJ_TO_POLY |
( |
|
gdp, |
|
|
|
poly, |
|
|
|
adj_poly |
|
) |
| |
Value:
while( poly_it.advance() && (adj_poly = poly_it.getAdjPoly()) )
Definition at line 399 of file GEO_AdjPolyIterator.h.
#define GEO_FOR_ALL_POLY_ADJ_TO_PT |
( |
|
gdp, |
|
|
|
pt_offset, |
|
|
|
adj_poly |
|
) |
| |
Value:
while( poly_it.advance() && (adj_poly = poly_it.getAdjPoly()) )
Definition at line 382 of file GEO_AdjPolyIterator.h.
#define GEO_FOR_ALL_POLY_EDGE_ADJ_TO_POLY |
( |
|
gdp, |
|
|
|
poly, |
|
|
|
adj_poly |
|
) |
| |
Value:
while( poly_it.advance() && (adj_poly = poly_it.getAdjPoly()) )
Definition at line 391 of file GEO_AdjPolyIterator.h.