ESyS-Particle  2.3
TaggedIdConnectionPy.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2014 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 
14 #ifndef ESYS_LSMTAGGEDIDCONNECTIONPY_H
15 #define ESYS_LSMTAGGEDIDCONNECTIONPY_H
16 
18 
19 namespace esys
20 {
21  namespace lsm
22  {
24  {
25  public:
26  TaggedIdConnectionPy(Id id1, Id id2, Tag tag=0);
27 
29  };
31  }
32 }
33 
34 #endif
Definition: CheckPointable.cpp:16
Class to represent the common part of a pair interaction, i.e. the IDs of the particles and the inter...
Definition: BasicInteraction.h:27
TaggedIdConnectionPy(Id id1, Id id2, Tag tag=0)
Definition: TaggedIdConnectionPy.cpp:22
Definition: TaggedIdConnectionPy.h:23
int Id
Definition: BasicInteraction.h:30
void exportTaggedIdConnection()
Definition: TaggedIdConnectionPy.cpp:44
int Tag
Definition: BasicInteraction.h:31