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

type b2JointEdge

source code


A joint edge is used to connect bodies and joints together in a joint graph where each body is a node and each joint is an edge. A joint edge belongs to a doubly linked list maintained in each attached body. Each joint has two joint nodes, one for each attached body.

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
b2JointEdge
__init__(self) source code
 
__swig_destroy__(...)
delete_b2JointEdge(b2JointEdge self)
Properties [hide private]
  thisown
The membership flag
  other
b2JointEdge_other_get(b2JointEdge self) -> b2Body
  joint
b2JointEdge_joint_get(b2JointEdge self) -> b2Joint
  prev
b2JointEdge_prev_get(b2JointEdge self) -> b2JointEdge
  next
b2JointEdge_next_get(b2JointEdge self) -> b2JointEdge
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: b2JointEdge
Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

other

b2JointEdge_other_get(b2JointEdge self) -> b2Body

joint

b2JointEdge_joint_get(b2JointEdge self) -> b2Joint

prev

b2JointEdge_prev_get(b2JointEdge self) -> b2JointEdge

next

b2JointEdge_next_get(b2JointEdge self) -> b2JointEdge