#include <OPC_SweepAndPrune.h>
Public Member Functions | |
void | GetPairs (PairCallback callback, void *user_data) const |
void | GetPairs (Pairs &pairs) const |
bool | Init (udword nb_objects, const AABB **boxes) |
SweepAndPrune () | |
bool | UpdateObject (udword i, const AABB &box) |
~SweepAndPrune () | |
Private Member Functions | |
bool | CheckListsIntegrity () |
Private Attributes | |
SAP_Box * | mBoxes |
SAP_EndPoint * | mList [3] |
udword | mNbObjects |
SAP_PairData | mPairs |
Definition at line 65 of file OPC_SweepAndPrune.h.
SweepAndPrune::SweepAndPrune | ( | ) |
Constructor.
Definition at line 389 of file OPC_SweepAndPrune.cpp.
SweepAndPrune::~SweepAndPrune | ( | ) |
Destructor.
Definition at line 398 of file OPC_SweepAndPrune.cpp.
|
private |
Definition at line 489 of file OPC_SweepAndPrune.cpp.
void SweepAndPrune::GetPairs | ( | PairCallback | callback, |
void * | user_data | ||
) | const |
Definition at line 407 of file OPC_SweepAndPrune.cpp.
Definition at line 402 of file OPC_SweepAndPrune.cpp.
Definition at line 412 of file OPC_SweepAndPrune.cpp.
Definition at line 533 of file OPC_SweepAndPrune.cpp.
|
private |
Definition at line 80 of file OPC_SweepAndPrune.h.
|
private |
Definition at line 81 of file OPC_SweepAndPrune.h.
|
private |
Definition at line 79 of file OPC_SweepAndPrune.h.
|
private |
Definition at line 77 of file OPC_SweepAndPrune.h.