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