home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.5.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Modules
Classes
Examples
include
IMP
ParticleTuple.h
Go to the documentation of this file.
1
/**
2
* \file IMP/ParticleTuple.h
3
* \brief Classes to handle individual model particles.
4
*
5
* Copyright 2007-2015 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPKERNEL_PARTICLE_TUPLE_H
10
#define IMPKERNEL_PARTICLE_TUPLE_H
11
12
#include "base_types.h"
13
IMPKERNEL_BEGIN_NAMESPACE
14
15
IMPKERNEL_END_NAMESPACE
16
17
#endif
/* IMPKERNEL_PARTICLE_TUPLE_H */