|
| boundarySphereInteractionList (const sphereParticles &sphPrtcls, const geometryMotionModel &geomMotion) |
|
| ~boundarySphereInteractionList ()=default |
|
| TypeInfoTemplateNV11 ("ListPtr", boundarySphereInteraction< contactForceModel, geometryMotionModel >) |
|
| ListPtr () |
|
| ListPtr (size_t len) |
|
| ListPtr (const ListPtrType &src) |
|
| ListPtr (ListPtrType &&src) |
|
ListPtrType & | operator= (const ListPtrType &rhs) |
|
ListPtrType & | operator= (ListPtrType &&rhs) |
|
ListPtrType * | clonePtr () const |
|
uniquePtr< ListPtrType > | clone () const |
|
| ~ListPtr () |
|
uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > | set (size_t i, boundarySphereInteraction< contactForceModel, geometryMotionModel > *ptr) |
|
uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > | set (size_t i, uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > &&ptr) |
|
uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > | setSafe (size_t i, Args &&... args) |
|
pFlow::uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > | setSafe (size_t i, Args &&... args) |
|
void | push_back (boundarySphereInteraction< contactForceModel, geometryMotionModel > *ptr) |
|
void | push_back (uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > &&ptr) |
|
void | push_backSafe (Args &&... args) |
|
boundarySphereInteraction< contactForceModel, geometryMotionModel > & | operator[] (size_t i) |
|
const boundarySphereInteraction< contactForceModel, geometryMotionModel > & | operator[] (size_t i) const |
|
size_t | size () const |
|
auto | empty () const |
|
uniquePtr< boundarySphereInteraction< contactForceModel, geometryMotionModel > > | release (size_t i) |
|
void | clear () |
|
void | clear (size_t i) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
template<typename contactForceModel, typename geometryMotionModel>
class pFlow::boundarySphereInteractionList< contactForceModel, geometryMotionModel >
Definition at line 15 of file boundarySphereInteractionList.hpp.