5 from __future__
import print_function
11 "Write basic geometric primitives to a file with color and name.")
14 print(
"File name is", name)
20 for f
in range(0, 10):
25 for i
in range(0, 10):
Strings setup_from_argv(const Strings &argv, std::string description, std::string positional_description, int num_positional)
Vector3D get_random_vector_in(const Cylinder3D &c)
Generate a random vector in a cylinder with uniform density.
Color get_display_color(unsigned int i)
Write a CGO file with the geometry.
Output IMP model data in various file formats.
std::string create_temporary_file_name(std::string prefix="imp_temp", std::string suffix="")
Create a temporary file.