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

type b2Proxy

source code


Proxy of C++ b2Proxy 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
b2Proxy
__init__(self) source code
 
__swig_destroy__(...)
delete_b2Proxy(b2Proxy self)
 
GetNext(...)
b2Proxy_GetNext(b2Proxy self) -> uint16
source code
 
SetNext(...)
b2Proxy_SetNext(b2Proxy self, uint16 next)
source code
 
IsValid(...)
b2Proxy_IsValid(b2Proxy self) -> bool
source code
Properties [hide private]
  thisown
The membership flag
  lowerBounds
b2Proxy_lowerBounds_get(b2Proxy self) -> uint16
  upperBounds
b2Proxy_upperBounds_get(b2Proxy self) -> uint16
  overlapCount
b2Proxy_overlapCount_get(b2Proxy self) -> uint16
  timeStamp
b2Proxy_timeStamp_get(b2Proxy 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: b2Proxy
Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

lowerBounds

b2Proxy_lowerBounds_get(b2Proxy self) -> uint16

upperBounds

b2Proxy_upperBounds_get(b2Proxy self) -> uint16

overlapCount

b2Proxy_overlapCount_get(b2Proxy self) -> uint16

timeStamp

b2Proxy_timeStamp_get(b2Proxy self) -> uint16