9 #ifndef IMPALGEBRA_IO_H
10 #define IMPALGEBRA_IO_H
16 IMPALGEBRA_BEGIN_NAMESPACE
53 IMPALGEBRA_END_NAMESPACE
void write_pts(const Vector3Ds &vs, TextOutput out)
Write a set of 3D vectors to a file.
Vector< VectorD< 3 > > Vector3Ds
Handling of file input/output.
Vector3Ds read_pts(TextInput input)
Read a set of 3D vectors from a file.
Sphere3Ds read_spheres(TextInput input)
Read a set of 3D spheres from a file.
IMP::Vector< Sphere3D > Sphere3Ds
void write_spheres(const Sphere3Ds &vs, TextOutput out)
Write a set of 3D spheres to a file.