preCICE
v3.1.2
Loading...
Searching...
No Matches
src
testing
WaveformFixture.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
time/Waveform.hpp
"
4
5
namespace
precice
{
6
namespace
testing {
7
/*
8
* @brief A fixture that is used to access private functions of the Waveform class.
9
*
10
* The fixture can be used to call private functions for individual testing.
11
*/
12
class
WaveformFixture
{
13
public
:
14
int
numberOfStoredSamples
(
time::Waveform
&waveform);
15
16
int
valuesSize
(
time::Waveform
&waveform);
17
};
18
19
}
// namespace testing
20
}
// namespace precice
Waveform.hpp
precice::testing::WaveformFixture
Definition
WaveformFixture.hpp:12
precice::testing::WaveformFixture::valuesSize
int valuesSize(time::Waveform &waveform)
Definition
WaveformFixture.cpp:11
precice::testing::WaveformFixture::numberOfStoredSamples
int numberOfStoredSamples(time::Waveform &waveform)
Definition
WaveformFixture.cpp:6
precice::time::Waveform
Allows to perform interpolation on samples in storage of given data.
Definition
Waveform.hpp:25
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5