Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
generate-random-balls-3 Namespace Reference

Variables

 parser = optparse.OptionParser()
 
 dest
 
 help
 
 options
 
 args
 
 f = open("balls-3.txt", "w")
 
 x = random.uniform(0, float(options.box_size))
 
 y = random.uniform(0, float(options.box_size))
 
 z = random.uniform(0, float(options.box_size))
 
tuple r = (1 - random.random())*float(options.max_radius)
 

Variable Documentation

◆ args

args

◆ dest

dest

◆ f

f = open("balls-3.txt", "w")

◆ help

help

◆ options

options

◆ parser

parser = optparse.OptionParser()

◆ r

tuple r = (1 - random.random())*float(options.max_radius)

◆ x

x = random.uniform(0, float(options.box_size))

◆ y

y = random.uniform(0, float(options.box_size))

◆ z

z = random.uniform(0, float(options.box_size))