valSPH
 All Classes Files Functions Variables
DisplayVTK Class Reference

#include <DisplayVTK.h>

Inheritance diagram for DisplayVTK:
Inheritance graph
Collaboration diagram for DisplayVTK:
Collaboration graph

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.
 

Constructor & Destructor Documentation

DisplayVTK::DisplayVTK ( )

It creates a new empty Display.

DisplayVTK::~DisplayVTK ( )

It destroys the DisplayVTK.

Member Function Documentation

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

It adds a simulation state. It implements the virtual method addSimulationState of its parent class Display.

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

Implements Display.


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