This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | solid |
Defines | |
| #define | UP 0 |
| #define | DOWN 1 |
| #define | SOLID_NULL ((struct solid *)0) |
| #define | GET_SOLID(p, fp) |
| #define | LAST_SOLID(_sp) DB_FULL_PATH_CUR_DIR( &(_sp)->s_fullpath ) |
| #define | FIRST_SOLID(_sp) ((_sp)->s_fullpath.fp_names[0]) |
| #define | FREE_SOLID(p, fp) |
| #define | FOR_ALL_SOLIDS(p, hp) for(BU_LIST_FOR(p,solid,hp)) |
| #define | FOR_REST_OF_SOLIDS(p1, p2, hp) for(BU_LIST_PFOR(p1,p2,solid,hp)) |
| #define | BU_LIST_PFOR(p1, p2, structure, hp) |
Definition in file solid.h.
1.4.6