![]() |
IMP
2.2.1
The Integrative Modeling Platform
|
Functions to deal with very common saxs operations Copyright 2007-2014 IMP Inventors. All rights reserved. More...
#include <IMP/saxs/saxs_config.h>#include <IMP/algebra/Vector3D.h>#include "FormFactorTable.h"#include <IMP/base/exception.h>#include <IMP/core/XYZ.h>
Include dependency graph for saxs/utility.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| IMP | |
| All IMP::kernel code is brought into the IMP namespace. | |
| IMP::saxs | |
| See IMP.saxs for more information. | |
Functions | |
| Float | IMP::saxs::compute_max_distance (const kernel::Particles &particles) |
| compute max distance | |
| Float | IMP::saxs::compute_max_distance (const kernel::Particles &particles1, const kernel::Particles &particles2) |
| void | IMP::saxs::get_coordinates (const kernel::Particles &particles, std::vector< algebra::Vector3D > &coordinates) |
| void | IMP::saxs::get_form_factors (const kernel::Particles &particles, FormFactorTable *ff_table, Floats &form_factors, FormFactorType ff_type) |
| Float | IMP::saxs::radius_of_gyration (const kernel::Particles &particles) |
| compute radius_of_gyration | |