IMP logo
IMP Reference Guide  develop.b3a5ae88fa,2024/05/03
The Integrative Modeling Platform
protobuf.h File Reference

A Score on the distance between a pair of particles. More...

#include "npctransport_config.h"
#include <IMP/SingletonContainer.h>
#include <IMP/core/Typed.h>
#include <boost/cstdint.hpp>
#include <set>
+ Include dependency graph for protobuf.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::npctransport
 

Functions

int IMP::npctransport::assign_ranges (std::string input_config_fname, std::string output_assignment_fname, unsigned int work_unit, bool show_steps, boost::uint64_t random_seed)
 
int IMP::npctransport::get_number_of_work_units (std::string configuration_file)
 
bool IMP::npctransport::load_output_protobuf (std::string output_fname,::npctransport_proto::Output &output)
 
void IMP::npctransport::load_pb_conformation (const ::npctransport_proto::Conformation &conformation, IMP::SingletonContainerAdaptor beads, boost::unordered_map< core::ParticleType, algebra::Sphere3Ds > &sites)
 
void IMP::npctransport::save_pb_conformation (IMP::SingletonContainerAdaptor beads, const boost::unordered_map< core::ParticleType, algebra::Sphere3Ds > &sites,::npctransport_proto::Conformation *conformation)
 
void IMP::npctransport::show_ranges (std::string fname)
 

Detailed Description

A Score on the distance between a pair of particles.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file protobuf.h.