|
FreePOOMA
2.4.1
|
#include <ParticleBC.h>
Public Member Functions | |
| ParticleCompBC (const BCType &bc, int c1, int c2) | |
| ParticleCompBC (const ParticleCompBC< 2, BCType > &model) | |
| ParticleCompBC< 2, BCType > & | operator= (const ParticleCompBC< 2, BCType > &rhs) |
| const BCType & | bc () const |
| int | comp1 () const |
| int | comp2 () const |
| template<class Subject , class Object > | |
| ParticleBCItem * | create (const Subject &s, const Object &o) const |
| template<class Subject > | |
| ParticleBCItem * | create (const Subject &s) const |
| ParticleCompBC< 2, BCType >::ParticleCompBC | ( | const BCType & | bc, |
| int | c1, | ||
| int | c2 | ||
| ) | [inline] |
| ParticleCompBC< 2, BCType >::ParticleCompBC | ( | const ParticleCompBC< 2, BCType > & | model | ) | [inline] |
| ParticleCompBC<2,BCType>& ParticleCompBC< 2, BCType >::operator= | ( | const ParticleCompBC< 2, BCType > & | rhs | ) | [inline] |
| const BCType& ParticleCompBC< 2, BCType >::bc | ( | ) | const [inline] |
Referenced by operator=().
| int ParticleCompBC< 2, BCType >::comp1 | ( | ) | const [inline] |
Referenced by operator=().
| int ParticleCompBC< 2, BCType >::comp2 | ( | ) | const [inline] |
Referenced by operator=().
| ParticleBCItem* ParticleCompBC< 2, BCType >::create | ( | const Subject & | s, |
| const Object & | o | ||
| ) | const [inline] |
| ParticleBCItem* ParticleCompBC< 2, BCType >::create | ( | const Subject & | s | ) | const [inline] |
1.7.6.1