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

type b2Pair

source code


Proxy of C++ b2Pair class

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
b2Pair
__init__(self) source code
 
__swig_destroy__(...)
delete_b2Pair(b2Pair self)
 
SetBuffered(...)
b2Pair_SetBuffered(b2Pair self)
source code
 
ClearBuffered(...)
b2Pair_ClearBuffered(b2Pair self)
source code
 
IsBuffered(...)
b2Pair_IsBuffered(b2Pair self) -> bool
source code
 
SetRemoved(...)
b2Pair_SetRemoved(b2Pair self)
source code
 
ClearRemoved(...)
b2Pair_ClearRemoved(b2Pair self)
source code
 
IsRemoved(...)
b2Pair_IsRemoved(b2Pair self) -> bool
source code
 
SetFinal(...)
b2Pair_SetFinal(b2Pair self)
source code
 
IsFinal(...)
b2Pair_IsFinal(b2Pair self) -> bool
source code
Class Variables [hide private]
  e_pairBuffered = 1
  e_pairRemoved = 2
  e_pairFinal = 4
Properties [hide private]
  thisown
The membership flag
  proxyId1
b2Pair_proxyId1_get(b2Pair self) -> uint16
  proxyId2
b2Pair_proxyId2_get(b2Pair self) -> uint16
  next
b2Pair_next_get(b2Pair self) -> uint16
  status
b2Pair_status_get(b2Pair self) -> uint16
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: b2Pair
Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

proxyId1

b2Pair_proxyId1_get(b2Pair self) -> uint16

proxyId2

b2Pair_proxyId2_get(b2Pair self) -> uint16

next

b2Pair_next_get(b2Pair self) -> uint16

status

b2Pair_status_get(b2Pair self) -> uint16