84 void SetContactRef(ContactPP *
const cnt);
160 void SetContactRef(ContactPW *
const cnt);
236 void SetContactRef(ContactPW *
const cnt);
A class representing a particle in contact with another particle or wall.
Definition neigh_tuple.hpp:25
friend class Particle
Definition neigh_tuple.hpp:26
Particle * particle
A pointer to the neighboring particle.
Definition neigh_tuple.hpp:32
int lookup_id
The index of this particle in the linked_particle_list of the neighboring particle.
Definition neigh_tuple.hpp:38
NeighPofP * GetNeighTuple() const
Get the tuple of the neigh.
Definition neigh_tuple.cpp:12
ContactPP * GetContact() const
Get the contact.
Definition neigh_tuple.cpp:16
void SetContact(ContactPP *const cnt)
Set the contact.
Definition neigh_tuple.cpp:18
NeighPofP()
Default constructor for the NeighPofP class.
Definition neigh_tuple.cpp:7
A class representing a particle in contact with a wall.
Definition neigh_tuple.hpp:175
friend class Particle
Definition neigh_tuple.hpp:176
friend class NeighWofP
Definition neigh_tuple.hpp:178
NeighWofP * GetNeighTuple() const
Get the neigh obj of the pair particle.
Definition neigh_tuple.cpp:58
Particle * particle
A pointer to the neighboring particle.
Definition neigh_tuple.hpp:184
int lookup_id
The index of this particle in the linked_wall_list of the neighboring particle.
Definition neigh_tuple.hpp:190
ContactPW * GetContact() const
Get the contact.
Definition neigh_tuple.cpp:62
NeighPofW()
Default constructor for the NeighPofW class.
Definition neigh_tuple.cpp:53
void SetContact(ContactPW *const cnt)
Set the contact.
Definition neigh_tuple.cpp:64
A class representing a wall in contact with a particle.
Definition neigh_tuple.hpp:99
NeighPofW * GetNeighTuple() const
Get the neigh obj of the pair particle.
Definition neigh_tuple.cpp:35
friend class NeighPofW
Definition neigh_tuple.hpp:102
friend class Wall
Definition neigh_tuple.hpp:101
void SetContact(ContactPW *const cnt)
Set the contact.
Definition neigh_tuple.cpp:41
NeighWofP()
Default constructor for the NeighWofP class.
Definition neigh_tuple.cpp:30
int lookup_id
The index of this particle in the linked_particle_list of the neighboring wall.
Definition neigh_tuple.hpp:114
Wall * wall
A pointer to the neighboring wall.
Definition neigh_tuple.hpp:108
ContactPW * GetContact() const
Get the contact.
Definition neigh_tuple.cpp:39
Definition particle.hpp:26
A class representing a wall object in a physics simulation.
Definition wall.hpp:32
Definition bond_entry.hpp:7