ESyS-Particle  2.3.4
TaggedIdConnectionPy.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 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.apache.org/licenses/LICENSE-2.0 //
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
BasicInteraction.h
BasicInteraction::Id
int Id
Definition: BasicInteraction.h:30
BasicInteraction::getP1Id
Id getP1Id() const
Definition: BasicInteraction.h:46
esys::lsm::TaggedIdConnectionPyPickleSuite::getinitargs
static boost::python::tuple getinitargs(TaggedIdConnectionPy const &conn)
Definition: TaggedIdConnectionPy.cpp:37
esys::lsm::exportTaggedIdConnection
void exportTaggedIdConnection()
Definition: TaggedIdConnectionPy.cpp:44
BasicInteraction::first
Id first() const
Definition: BasicInteraction.h:42
esys
Definition: CheckPointable.cpp:17
BasicInteraction::second
Id second() const
Definition: BasicInteraction.h:44
BasicInteraction::Tag
int Tag
Definition: BasicInteraction.h:31
BasicInteraction
Class to represent the common part of a pair interaction, i.e. the IDs of the particles and the inter...
Definition: BasicInteraction.h:28
TaggedIdConnectionPy.h
esys::lsm::TaggedIdConnectionPyPickleSuite
Definition: TaggedIdConnectionPy.cpp:33
BasicInteraction::getP2Id
Id getP2Id() const
Definition: BasicInteraction.h:51
esys::lsm::TaggedIdConnectionPy::TaggedIdConnectionPy
TaggedIdConnectionPy(Id id1, Id id2, Tag tag=0)
Definition: TaggedIdConnectionPy.cpp:22
BasicInteraction::getTag
Tag getTag() const
Definition: BasicInteraction.h:56
esys::lsm::TaggedIdConnectionPy
Definition: TaggedIdConnectionPy.h:24