Refer to setup.py
for how to set up entry points so that crease_ga
can discover this plugin.
To access cga_bbvesicle
from crease_ga
:
- Install
crease_ga
from source. - Install
cga_bbvesicle
from source. - The
scatterer_generator
class, mirroring thescatterer_generator
in builtinshape
s ofcrease_ga
, can be accessed by:import crease_ga.plugins as plugins BBvesicle_sg = plugins['bbvesicle'].load() new_sg = BBvesicle_sg()