Go to the source code of this file.
Classes | |
class | AABBCollisionNode |
class | AABBCollisionTree |
class | AABBNoLeafNode |
class | AABBNoLeafTree |
class | AABBOptimizedTree |
class | AABBQuantizedNode |
class | AABBQuantizedNoLeafNode |
class | AABBQuantizedNoLeafTree |
class | AABBQuantizedTree |
Macros | |
#define | __OPC_OPTIMIZEDTREE_H__ |
#define | EXWORD udword |
#define | EXWORD udword |
#define | IMPLEMENT_COLLISION_TREE(base_class, node) |
#define | IMPLEMENT_COLLISION_TREE(base_class, node) |
Common interface for a collision tree. More... | |
#define | IMPLEMENT_IMPLICIT_NODE(base_class, volume) |
Common interface for a node of an implicit tree. More... | |
#define | IMPLEMENT_IMPLICIT_NODE(base_class, volume) |
#define | IMPLEMENT_NOLEAF_NODE(base_class, volume) |
Common interface for a node of a no-leaf tree. More... | |
#define | IMPLEMENT_NOLEAF_NODE(base_class, volume) |
Typedefs | |
typedef bool(* | GenericWalkingCallback) (const void *current, void *user_data) |
#define EXWORD udword |
#define IMPLEMENT_COLLISION_TREE | ( | base_class, | |
node | |||
) |
#define IMPLEMENT_COLLISION_TREE | ( | base_class, | |
node | |||
) |
Common interface for a collision tree.
#define IMPLEMENT_IMPLICIT_NODE | ( | base_class, | |
volume | |||
) |
Common interface for a node of an implicit tree.
#define IMPLEMENT_IMPLICIT_NODE | ( | base_class, | |
volume | |||
) |
#define IMPLEMENT_NOLEAF_NODE | ( | base_class, | |
volume | |||
) |
Common interface for a node of a no-leaf tree.
#define IMPLEMENT_NOLEAF_NODE | ( | base_class, | |
volume | |||
) |
Definition at line 145 of file OPC_OptimizedTree.h.