Itasca C++ Interface
Loading...
Searching...
No Matches
ihysdamp.h
Go to the documentation of this file.
1#pragma once
2
8namespace zone
9{
13 {
14 public:
15 virtual double getHProperty(int n) const=0;
16 virtual double getStateValue(int n) const=0;
17 virtual void setHProperty(int n, const double &v)=0;
18 virtual void setStateValue(int n, const double &v)=0;
19 };
20} // namespace zone
21// EoF
Interface to hysteretic damping.
Definition ihysdamp.h:13