|
IMP Reference Guide
develop.169ea894ba,2025/11/02
The Integrative Modeling Platform
|
Utility functions to track input/output particles of model objects. More...
#include <IMP/kernel_config.h>#include "base_types.h"#include "container_base.h"#include "Particle.h"
Include dependency graph for input_output.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. | |
Inputs and outputs | |
These methods recursively find all inputs or outputs of a given type. If you don't want recursive, use the non input/output variants. | |
| ParticlesTemp | IMP::get_input_particles (const ModelObjectsTemp &mos) |
| Return all the input particles for a given ModelObject. More... | |
| ContainersTemp | IMP::get_input_containers (const ModelObjectsTemp &mos) |
| Return all the input particles for a given ModelObject. More... | |
| ParticlesTemp | IMP::get_output_particles (const ModelObjectsTemp &mos) |
| Return all the output particles for a given ModelObject. More... | |
| ContainersTemp | IMP::get_output_containers (const ModelObjectsTemp &mos) |
| Return all the output particles for a given ModelObject. More... | |
Utility functions to track input/output particles of model objects.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file input_output.h.