IMP
2.0.1
The Integrative Modeling Platform
|
Classes to write entities in algebra to files. More...
Go to the source code of this file.
Namespaces | |
namespace | IMP |
All IMP::kernel code is brought into the IMP namespace. | |
namespace | IMP::algebra |
See IMP.algebra Overview for more information. | |
Simple geometric IO | |
These functions write geometry to text files, one line per geometric primitive. Each line has the form “x y z” for points or “x y z r” for spheres. We can easily add general dimension support if requested.. Lines beginning with "#" are treated as comments. | |
void | IMP::algebra::write_pts (const Vector3Ds &vs, base::TextOutput out) |
Write a set of 3D vectors to a file. More... | |
Vector3Ds | IMP::algebra::read_pts (base::TextInput input) |
Read a set of 3D vectors from a file. More... | |
void | IMP::algebra::write_spheres (const Sphere3Ds &vs, base::TextOutput out) |
Write a set of 3d spheres to a file. More... | |
Sphere3Ds | IMP::algebra::read_spheres (base::TextInput input) |
Read a set of 3d spheres from a file. More... | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file algebra/io.h.