__del__(self) (defined in amino.scenegraph.SceneGraph) | amino.scenegraph.SceneGraph | |
__getitem__(self, key) | amino.scenegraph.SceneGraph | |
__init__(self, ptr=None) (defined in amino.scenegraph.SceneGraph) | amino.scenegraph.SceneGraph | |
add_frame_fixed(self, parent, name, tf=QuatTrans.identity(), geom=None) | amino.scenegraph.SceneGraph | |
add_frame_prismatic(self, parent, name, tf=QuatTrans.identity(), config_name=None, axis=(0, 0, 1), offset=0, geom=None, limits=None) | amino.scenegraph.SceneGraph | |
add_frame_revolute(self, parent, name, tf=QuatTrans.identity(), config_name=None, axis=(0, 0, 1), offset=0, geom=None) | amino.scenegraph.SceneGraph | |
allow_collision(self, i, j, allowed=1) | amino.scenegraph.SceneGraph | |
argtypes (defined in amino.scenegraph.SceneGraph) | amino.scenegraph.SceneGraph | static |
attach_geom(self, name, geom) | amino.scenegraph.SceneGraph | |
config_count(self) | amino.scenegraph.SceneGraph | |
config_dict(self, vector) | amino.scenegraph.SceneGraph | |
config_id(self, name) | amino.scenegraph.SceneGraph | |
config_name(self, i) | amino.scenegraph.SceneGraph | |
config_vector(self, config, vector=None) | amino.scenegraph.SceneGraph | |
copy(self) | amino.scenegraph.SceneGraph | |
copy_config(self, config) | amino.scenegraph.SceneGraph | |
ensure_config_id(self, value) | amino.scenegraph.SceneGraph | |
ensure_config_name(self, value) | amino.scenegraph.SceneGraph | |
ensure_frame_id(self, value) | amino.scenegraph.SceneGraph | |
ensure_frame_id_actual(self, value) | amino.scenegraph.SceneGraph | |
ensure_frame_name(self, value) | amino.scenegraph.SceneGraph | |
frame_count(self) | amino.scenegraph.SceneGraph | |
frame_id(self, name) | amino.scenegraph.SceneGraph | |
frame_name(self, i) | amino.scenegraph.SceneGraph | |
get_parent(self, frame) | amino.scenegraph.SceneGraph | |
init(self) | amino.scenegraph.SceneGraph | |
load(self, filename, name, root="") | amino.scenegraph.SceneGraph | |
remove_frame(self, name) | amino.scenegraph.SceneGraph | |
reparent(self, new_parent, frame, rel_tf=QuatTrans.identity()) | amino.scenegraph.SceneGraph | |
restype (defined in amino.scenegraph.SceneGraph) | amino.scenegraph.SceneGraph | static |