#include <damp.h>
Data Fields | |
void(* | init )(void) |
void(* | new )(sDamp **) |
void(* | free )(sDamp *) |
void(* | read )(sDamp *) |
void(* | calc )(sDamp *, int, double, double *, double *, double *, double *) |
Definition at line 35 of file damp.h.
void(* sDampClass::init)(void) |
Referenced by DampingInit().
void(* sDampClass::new)(sDamp **) |
Referenced by AutoGlobalInit(), AutoLocalInit(), and RayleighInit().
void(* sDampClass::free)(sDamp *) |
Referenced by AutoGlobalInit(), AutoLocalInit(), and RayleighInit().
void(* sDampClass::read)(sDamp *) |
Referenced by AutoGlobalInit(), AutoLocalInit(), and RayleighInit().
void(* sDampClass::calc)(sDamp *, int, double, double *, double *, double *, double *) |
Referenced by AutoGlobalInit(), AutoLocalInit(), and RayleighInit().