Package pybox2d :: Module Box2D :: Class b2ContactManager
[hide private]
[frames] | no frames]

type b2ContactManager

source code


Proxy of C++ b2ContactManager class

Instance Methods [hide private]
b2ContactManager
__init__(self) source code
 
__repr__(self) source code
 
__getstate__(self, additional_ignore=[])
Returns a dictionary representation of self, with dict(var=value [, ...])
source code
 
__setstate__(self, dict)
Takes each variable=value pair in the dictionary and sets the attributes based on them
source code
 
__swig_destroy__(...)
delete_b2ContactManager(b2ContactManager self)
 
Destroy(...)
b2ContactManager_Destroy(b2ContactManager self, b2Contact c)
source code
 
Collide(...)
b2ContactManager_Collide(b2ContactManager self)
source code
    Inherited from b2PairCallback
 
PairAdded(...)
b2PairCallback_PairAdded(b2PairCallback self, void proxyUserData1, void proxyUserData2) -> void
source code
 
PairRemoved(...)
b2PairCallback_PairRemoved(b2PairCallback self, void proxyUserData1, void proxyUserData2, ...
source code
Properties [hide private]
  thisown
The membership flag
  world
b2ContactManager_world_get(b2ContactManager self) -> b2World
  nullContact
b2ContactManager_nullContact_get(b2ContactManager self) -> b2NullContact
  destroyImmediate
b2ContactManager_destroyImmediate_get(b2ContactManager self) -> bool
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Returns: b2ContactManager
Overrides: b2PairCallback.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: b2PairCallback.__repr__

__getstate__(self, additional_ignore=[])

source code 

Returns a dictionary representation of self, with 
 dict(var=value [, ...])

additional_ignore can be specified to ignore certain
properties. 

Overrides: _generic_getstate

__setstate__(self, dict)

source code 

Takes each variable=value pair in the dictionary and sets the attributes based on them

Overrides: _generic_setstate

__swig_destroy__(...)

 

delete_b2ContactManager(b2ContactManager self)

Overrides: b2PairCallback.__swig_destroy__

Property Details [hide private]

thisown

The membership flag

world

b2ContactManager_world_get(b2ContactManager self) -> b2World

nullContact

b2ContactManager_nullContact_get(b2ContactManager self) -> b2NullContact

destroyImmediate

b2ContactManager_destroyImmediate_get(b2ContactManager self) -> bool