IMP  2.0.1
The Integrative Modeling Platform
kernel/input_output.h File Reference

Single variable function. More...

#include <IMP/kernel/kernel_config.h>
#include "base_types.h"
#include "container_base.h"
#include "Particle.h"
+ Include dependency graph for kernel/input_output.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::kernel
 See IMP.kernel Overview for more information.
 

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::kernel::get_input_particles (const ModelObjectsTemp &mos)
 
ContainersTemp IMP::kernel::get_input_containers (const ModelObjectsTemp &mos)
 
ParticlesTemp IMP::kernel::get_output_particles (const ModelObjectsTemp &mos)
 
ContainersTemp IMP::kernel::get_output_containers (const ModelObjectsTemp &mos)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/input_output.h.