DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
Sfx_PhysicalMeasurement.h
Go to the documentation of this file.
1#pragma once
2
3// forward declaration
4namespace dbpp {
5 class PhysicalSystem;
6}
7
8namespace Sfx
9{
14 {
15 public:
20 virtual void take( dbpp::PhysicalSystem* aPhysys) = 0;
21 };
22}// End of namespace
Physical measuremt taken on physical system (e.g. energy, friction, ...).
Definition Sfx_PhysicalMeasurement.h:14
virtual void take(dbpp::PhysicalSystem *aPhysys)=0
Take measure on the system.
Physical system made of physical objects under study and described by the state variables....
Definition dbpp_PhysicalSystem.h:32
Definition HydUtils.h:15
Definition DamBreakProb.h:15