IMP logo
IMP Reference Guide  develop.45c11de31d,2024/03/27
The Integrative Modeling Platform
Profile.h File Reference

A class for profile storing and computation. More...

#include <IMP/saxs/saxs_config.h>
#include <IMP/Object.h>
#include <IMP/warning_macros.h>
#include "FormFactorTable.h"
#include "Distribution.h"
#include <iostream>
#include <vector>
#include <cereal/access.hpp>
#include <cereal/types/base_class.hpp>
#include <cereal/types/vector.hpp>
+ Include dependency graph for Profile.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::saxs::Profile
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::saxs
 Support for small angle X-ray scattering (SAXS) data.
 

Typedefs

typedef IMP::Vector
< IMP::Pointer< Profile > > 
IMP::saxs::Profiles
 
typedef IMP::Vector
< IMP::WeakPointer< Profile > > 
IMP::saxs::ProfilesTemp
 

Functions

template<class Archive , typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
void cereal::serialize (Archive &ar, Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &matrix)
 

Detailed Description

A class for profile storing and computation.

Copyright 2007-2023 IMP Inventors. All rights reserved.

Definition in file Profile.h.