#include <Display.h>
|
| Display () |
| It creates a new empty Display. It only will be called from constructors of its inherited classes.
|
|
virtual void | addSimulationState (vector< Particle > particles, int cycle)=0 |
| It will add a simulation state in its inherited classes.
|
|
| ~Display () |
| It destroys the Display.
|
|
It creates a new empty Display. It only will be called from constructors of its inherited classes.
virtual void Display::addSimulationState |
( |
vector< Particle > |
particles, |
|
|
int |
cycle |
|
) |
| |
|
pure virtual |
It will add a simulation state in its inherited classes.
- Parameters
-
particles | the vector with fluid's particles |
cycle | number of the actual iteration |
Implemented in DisplaySilo, and DisplayVTK.
The documentation for this class was generated from the following files: