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

type b2ControllerEdge

source code


A controller edge is used to connect bodies and controllers together in a bipartite graph.

Instance Methods [hide private]
 
__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
b2ControllerEdge
__init__(self) source code
 
__swig_destroy__(...)
delete_b2ControllerEdge(b2ControllerEdge self)
Properties [hide private]
  thisown
The membership flag
  controller
b2ControllerEdge_controller_get(b2ControllerEdge self) -> b2Controller
  body
b2ControllerEdge_body_get(b2ControllerEdge self) -> b2Body
  prevBody
b2ControllerEdge_prevBody_get(b2ControllerEdge self) -> b2ControllerEdge
  nextBody
b2ControllerEdge_nextBody_get(b2ControllerEdge self) -> b2ControllerEdge
  prevController
b2ControllerEdge_prevController_get(b2ControllerEdge self) -> b2ControllerEdge
  nextController
b2ControllerEdge_nextController_get(b2ControllerEdge self) -> b2ControllerEdge
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

__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. 

__init__(self)
(Constructor)

source code 
Returns: b2ControllerEdge
Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

controller

b2ControllerEdge_controller_get(b2ControllerEdge self) -> b2Controller

body

b2ControllerEdge_body_get(b2ControllerEdge self) -> b2Body

prevBody

b2ControllerEdge_prevBody_get(b2ControllerEdge self) -> b2ControllerEdge

nextBody

b2ControllerEdge_nextBody_get(b2ControllerEdge self) -> b2ControllerEdge

prevController

b2ControllerEdge_prevController_get(b2ControllerEdge self) -> b2ControllerEdge

nextController

b2ControllerEdge_nextController_get(b2ControllerEdge self) -> b2ControllerEdge