|
HDK
|
#include "SIM_API.h"#include "SIM_Time.h"#include <UT/UT_PriorityQueue.h>#include <GU/GU_Detail.h>
Include dependency graph for SIM_Isect.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SIM_Isect |
| This class defines various types of collisions. More... | |
| struct | SIM_Isect::simIsectInfo |
| class | SIM_IsectCompare |
| This class provides standard PriorityQueue Comparison for SIM_Isect Class. More... | |
Typedefs | |
| typedef UT_PriorityQueue < SIM_Isect *, SIM_IsectCompare, false > | SIM_IsectPriorityQueue |
| typedef UT_Array< SIM_Isect > | SIM_IsectArray |
| typedef UT_Array<SIM_Isect> SIM_IsectArray |
Definition at line 176 of file SIM_Isect.h.
| typedef UT_PriorityQueue<SIM_Isect *, SIM_IsectCompare, false> SIM_IsectPriorityQueue |
Definition at line 175 of file SIM_Isect.h.