|
valSPH
|
#include <DisplayVTK.h>


Public Member Functions | |
| DisplayVTK () | |
| 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. | |
| ~DisplayVTK () | |
| It destroys the DisplayVTK. | |
Public Member Functions inherited from Display | |
| Display () | |
| It creates a new empty Display. It only will be called from constructors of its inherited classes. | |
| ~Display () | |
| It destroys the Display. | |
| DisplayVTK::DisplayVTK | ( | ) |
It creates a new empty Display.
| DisplayVTK::~DisplayVTK | ( | ) |
It destroys the DisplayVTK.
|
virtual |