Private Attributes | |
const boundaryList & | boundaries_ |
Additional Inherited Members | |
![]() | |
using | ListPtrType = ListPtr< boundarySphereParticles > |
using | listType = std::list< boundarySphereParticles * > |
using | iterator = typename listType::iterator |
using | const_iterator = typename listType::const_iterator |
![]() | |
static uniquePtr< boundarySphereParticles > | makeSafe (Args &&... args) |
![]() | |
bool | copy (const ListPtrType &src) |
boundarySphereParticles * | ptr (size_t i) |
const boundarySphereParticles * | ptr (size_t i) const |
auto | pos (size_t i) |
auto | pos (size_t i) const |
![]() | |
std::list< boundarySphereParticles * > | list_ |
Definition at line 13 of file boundarySphereParticlesList.hpp.
boundarySphereParticlesList | ( | const boundaryList & | bndrs, |
sphereParticles & | prtcls | ||
) |
Definition at line 3 of file boundarySphereParticlesList.cpp.
References boundarySphereParticlesList::boundaries_, boundarySphereParticles::create(), ListPtr< boundarySphereParticles >::set(), and ListPtr< T >::size().
|
default |
|
private |
Definition at line 19 of file boundarySphereParticlesList.hpp.
Referenced by boundarySphereParticlesList::boundarySphereParticlesList().