Itasca C++ Interface
Loading...
Searching...
No Matches
flac3d
zone
interface
ihysdamp.h
Go to the documentation of this file.
1
#pragma once
2
8
namespace
zone
9
{
12
class
IHysDamp
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
zone::IHysDamp
Interface to hysteretic damping.
Definition
ihysdamp.h:13
Generated by
1.10.0