#include <SwimCondition.h>
Inheritance diagram for SwimCondition:

Public Member Functions | |
| virtual | ~SwimCondition () |
| virtual bool | Satisfied (const SwimParticle &particle)=0 |
| virtual double | StepSize (const SwimParticle &) |
|
|
Definition at line 20 of file SwimCondition.h. 00020 {;}
|
|
|
Implemented in SwimMomentumCondition, and SwimZCondition. Referenced by SwimSwimmer::Swim(). |
|
|
Reimplemented in SwimZCondition. Definition at line 22 of file SwimCondition.h. Referenced by SwimSwimmer::Swim(). 00022 {
00023 return 0.0254*Munits::m; // 1 inch
00024 }
|
1.3.9.1