FreePOOMA
2.4.1
|
The Particles class is the base class to be used for development of user-defined particles classes that describe application-specific particle populations. More...
#include "Particles/AttributeList.h"
#include "Particles/ParticleBCList.h"
#include "DynamicArray/DynamicArray.h"
#include "Engine/DynamicEngine.h"
#include "Layout/DynamicEvents.h"
#include <iosfwd>
#include "Particles/Particles.cpp"
Classes | |
class | Particles< ParticleTraits > |
The Particles class is the base class to be used for development of user-defined particles classes that describe application-specific particle populations. More... | |
Functions | |
template<class PT > | |
std::ostream & | operator<< (std::ostream &o, const Particles< PT > &particles) |
A specialization of the Inform traits used to say that Particles has a print method. |
The Particles class is the base class to be used for development of user-defined particles classes that describe application-specific particle populations.
std::ostream& operator<< | ( | std::ostream & | o, |
const Particles< PT > & | particles | ||
) |
A specialization of the Inform traits used to say that Particles has a print method.
References ParticleBCList::print().