preCICE v3.1.2
Loading...
Searching...
No Matches
WaveformFixture.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "time/Waveform.hpp"
4
5namespace precice {
6namespace 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 */
13public:
15
16 int valuesSize(time::Waveform &waveform);
17};
18
19} // namespace testing
20} // namespace precice
int valuesSize(time::Waveform &waveform)
int numberOfStoredSamples(time::Waveform &waveform)
Allows to perform interpolation on samples in storage of given data.
Definition Waveform.hpp:25
Main namespace of the precice library.