Class that defines group of spheres for the excluded volume.
|
__init__(self,
entry_id,
x_vol)
Marker initializer. |
|
|
|
addSphere(self,
radius,
x,
y,
z)
Adds spehere to excluded volume group. |
|
|
|
show(self)
Show all spheres for this excluded volume. |
|
|
|
hide(self)
Hide all spheres for this excluded volume. |
|
|
|
clear(self)
Deletes all spheres for this excluded volume |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|