Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions
CollisionHandlerEvent::SortEntries Class Reference

List of all members.

Public Member Functions

bool operator() (const PT(CollisionEntry)&a, const PT(CollisionEntry)&b) const
 Orders the CollisionEntries in the set so that there is one entry for each node/node intersection detected.
void operator= (const SortEntries &other)
 The assignment operator does absolutely nothing, since this is just a function object class that stores no data.

Detailed Description

Definition at line 80 of file collisionHandlerEvent.h.


Member Function Documentation

bool CollisionHandlerEvent::SortEntries::operator() ( const PT(CollisionEntry)&  a,
const PT(CollisionEntry)&  b 
) const [inline]

Orders the CollisionEntries in the set so that there is one entry for each node/node intersection detected.

Definition at line 24 of file collisionHandlerEvent.I.

References NodePath::compare_to(), CollisionEntry::get_from_node_path(), and CollisionEntry::get_into_node_path().

void CollisionHandlerEvent::SortEntries::operator= ( const SortEntries other) [inline]

The assignment operator does absolutely nothing, since this is just a function object class that stores no data.

We define it just to quiet up g++ in -Wall mode.

Definition at line 42 of file collisionHandlerEvent.I.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations