Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Serialization of a tricolor interface. More...
#include <Molecular_interfaces_module_oserialization.hpp>
Public Types | |
typedef SBL::CSB::T_Tricolor_interface_oserialization< Tricolor_interface > | Tricolor_interface_statistics_serialization |
Serialize in a file high level information on a tricolor interface. More... | |
typedef SBL::CSB::T_Molecular_interface_oserialization< Tricolor_interface > | Tricolor_interface_details_serialization |
Serialize in a file the particles and contacts involved in a tricolor interface. More... | |
Attributes | |
Tricolor_interface & | interface |
Tricolor interface to be serialized. More... | |
Serialization | |
template<class Archive > | |
void | save (Archive &ar, const unsigned version) const |
Use the base serialization of the mediated interface in an archive and add some statistics. More... | |
template<class Archive > | |
void | load (Archive &ar, const unsigned version) |
Load the interface from an archive (not implemented). More... | |
BOOST_SERIALIZATION_SPLIT_MEMBER () | |
Constructors / Destructors | |
T_Tricolor_interface_oserialization (Tricolor_interface &ti, const Alpha_complex &A) | |
Initialize the mediated interface and the alpha-complex where it is embedded. More... | |
Serialization of a tricolor interface.
MolecularInterfaceBuilder | Traits class defining the types used in the package. |
typedef SBL::CSB::T_Molecular_interface_oserialization<Tricolor_interface> Tricolor_interface_details_serialization |
Serialize in a file the particles and contacts involved in a tricolor interface.
typedef SBL::CSB::T_Tricolor_interface_oserialization<Tricolor_interface> Tricolor_interface_statistics_serialization |
Serialize in a file high level information on a tricolor interface.
|
inline |
Initialize the mediated interface and the alpha-complex where it is embedded.
|
inline |
Load the interface from an archive (not implemented).
|
inline |
Use the base serialization of the mediated interface in an archive and add some statistics.
Tricolor_interface& interface |
Tricolor interface to be serialized.