|
Aerodynamic Objects Core 2.0.0
|
The flow interaction manager maintains a look up table for ID pairs of all objects which can interact. More...
Static Public Member Functions | |
| static int | GetUniqueID () |
| static void | IgnoreInteraction (int affectedByFlowID, int flowInfluencerID) |
| static bool | IsInteractionIgnored (int affectedByFlowID, int flowInfluencerID) |
| static void | AddIgnoreList (int affectedByFlowID, List< FlowPrimitive > ignoreList) |
| static void | AddIgnoreList (int affectedByFlowID, List< FluidVolume > ignoreList) |
| static void | RemoveIgnoreList (int affectedByFlowID, List< FlowPrimitive > ignoreList) |
| static void | RemoveIgnoreList (int affectedByFlowID, List< FluidVolume > ignoreList) |
| static void | RemoveFlowAffected (int affectedByFlowID) |
Properties | |
| static int | NumEntries [get] |
The flow interaction manager maintains a look up table for ID pairs of all objects which can interact.
It is queried whenever an interaction occurs to ensure that interaction is allowed.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticget |