IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/19
The Integrative Modeling Platform
IMP::ParticleOutputs Class Referenceabstract

Base class for objects that take particle arguments and modify them. More...

#include <IMP/model_object_helpers.h>

+ Inheritance diagram for IMP::ParticleOutputs:

Detailed Description

Base class for objects that take particle arguments and modify them.

Definition at line 32 of file model_object_helpers.h.

Public Member Functions

ModelObjectsTemp get_outputs (Model *m, const ParticleIndexes &pis) const
 Get the ModelObjects changed when the given list of particles is used. More...
 

Protected Member Functions

virtual ModelObjectsTemp do_get_outputs (Model *m, const ParticleIndexes &pis) const =0
 Overload this method to specify the outputs. More...
 

Member Function Documentation

ModelObjectsTemp IMP::ParticleOutputs::get_outputs ( Model m,
const ParticleIndexes pis 
) const

Get the ModelObjects changed when the given list of particles is used.


The documentation for this class was generated from the following file: