valSPH
 All Classes Files Functions Variables
Display Class Referenceabstract

#include <Display.h>

Inheritance diagram for Display:
Inheritance graph
Collaboration diagram for Display:
Collaboration graph

Public Member Functions

 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.
 

Constructor & Destructor Documentation

Display::Display ( )

It creates a new empty Display. It only will be called from constructors of its inherited classes.

Display::~Display ( )

It destroys the Display.

Member Function Documentation

virtual void Display::addSimulationState ( vector< Particle particles,
int  cycle 
)
pure virtual

It will add a simulation state in its inherited classes.

Parameters
particlesthe vector with fluid's particles
cyclenumber of the actual iteration

Implemented in DisplaySilo, and DisplayVTK.


The documentation for this class was generated from the following files: