valSPH
|
#include <DisplaySilo.h>
Public Member Functions | |
DisplaySilo () | |
It creates a new empty Display. | |
void | addSimulationState (vector< Particle > particles, int cycle) |
It adds a simulation state. It implements the virtual method addSimulationState of its parent class Display. | |
~DisplaySilo () | |
It destroys the DisplaySilo. | |
![]() | |
Display () | |
It creates a new empty Display. It only will be called from constructors of its inherited classes. | |
~Display () | |
It destroys the Display. | |
DisplaySilo::DisplaySilo | ( | ) |
It creates a new empty Display.
DisplaySilo::~DisplaySilo | ( | ) |
It destroys the DisplaySilo.
|
virtual |