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

type b2ContactID_features

source code


Proxy of C++ b2ContactID_features 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
b2ContactID_features
__init__(self) source code
 
__swig_destroy__(...)
delete_b2ContactID_features(b2ContactID_features self)
Properties [hide private]
  thisown
The membership flag
  referenceEdge
b2ContactID_features_referenceEdge_get(b2ContactID_features self) -> uint8
  incidentEdge
b2ContactID_features_incidentEdge_get(b2ContactID_features self) -> uint8
  incidentVertex
b2ContactID_features_incidentVertex_get(b2ContactID_features self) -> uint8
  flip
b2ContactID_features_flip_get(b2ContactID_features self) -> uint8
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: b2ContactID_features
Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

referenceEdge

b2ContactID_features_referenceEdge_get(b2ContactID_features self) -> uint8

incidentEdge

b2ContactID_features_incidentEdge_get(b2ContactID_features self) -> uint8

incidentVertex

b2ContactID_features_incidentVertex_get(b2ContactID_features self) -> uint8

flip

b2ContactID_features_flip_get(b2ContactID_features self) -> uint8