IMP
2.0.1
The Integrative Modeling Platform
|
Track statistics on a QuadContainer. More...
#include <IMP/container/QuadContainerStatistics.h>
Public Member Functions | |
QuadContainerStatistics (QuadContainerAdaptor c) | |
virtual void | do_show (std::ostream &out) const |
void | set_track_unique (bool tf) |
void | show_statistics (std::ostream &out) const |
![]() | |
ScoreState (Model *m, std::string name="ScoreState %1%") | |
void | after_evaluate (DerivativeAccumulator *accpt) |
Do post evaluation work if needed. | |
void | before_evaluate () |
Force update of the structure. | |
ContainersTemp | get_input_containers () const |
ParticlesTemp | get_input_particles () const |
ContainersTemp | get_output_containers () const |
ParticlesTemp | get_output_particles () const |
![]() | |
ModelObject (Model *m, std::string name) | |
ModelObjectsTemp | get_inputs () const |
ModelObjectsTemps | get_interactions () const |
Model * | get_model () const |
ModelObjectsTemp | get_outputs () const |
![]() | |
virtual void | clear_caches () |
virtual IMP::base::VersionInfo | get_version_info () const =0 |
Get information about the module and version of the object. | |
void | set_check_level (CheckLevel l) |
void | set_log_level (LogLevel l) |
Set the logging level used in this object. More... | |
void | set_was_used (bool tf) const |
void | show (std::ostream &out=std::cout) const |
const std::string & | get_name () const |
void | set_name (std::string name) |
Protected Member Functions | |
virtual void | do_after_evaluate (DerivativeAccumulator *da) |
virtual void | do_before_evaluate () |
![]() | |
virtual void | do_update_dependencies () |
![]() | |
virtual ModelObjectsTemp | do_get_inputs () const =0 |
virtual ModelObjectsTemps | do_get_interactions () const |
virtual ModelObjectsTemp | do_get_outputs () const =0 |
virtual void | update_dependencies () |
![]() | |
Object (std::string name) | |
Construct an object with the given name. More... | |
Additional Inherited Members | |
![]() | |
typedef IMP::base::Vector < IMP::base::WeakPointer < ScoreState > > | ScoreStatesTemp |
The current statistics are average and min/max occupancy. Other statistics can be added on request, but we probably want to restrict it to ones that are cheap to gather.
Definition at line 27 of file QuadContainerStatistics.h.
void IMP::container::QuadContainerStatistics::set_track_unique | ( | bool | tf | ) |
Keeping track of the number of unique entries seen is expensive, so it is not done by default.