A TabularSpline class that can generate Amplitude pattern.
More...
#include <TabularSpline.h>
|
| void | initialize (const shared_ptr< DomainBase > &) override |
| |
| double | get_amplitude (double) override |
| |
| void | print () override |
| |
| | Tabular (unsigned, vec &&, vec &&, unsigned) |
| |
| | Tabular (unsigned, string &&, unsigned) |
| |
| | Tabular (unsigned, vec &&, vec &&, unsigned) |
| |
| | Tabular (unsigned, string &&, unsigned) |
| |
| | Amplitude (unsigned=0, unsigned=0) |
| |
| | ~Amplitude () override=default |
| |
| void | set_start_step (unsigned) |
| |
| unsigned | get_start_step () const |
| |
| void | set_start_time (double) |
| |
| double | set_start_time () const |
| |
| | Tag (unsigned=0) |
| |
| | Tag (const Tag &)=default |
| |
| | Tag (Tag &&)=default |
| |
| Tag & | operator= (const Tag &)=delete |
| |
| Tag & | operator= (Tag &&)=delete |
| |
| virtual | ~Tag ()=default |
| |
| void | set_tag (unsigned) const |
| |
| unsigned | get_tag () const |
| |
| void | enable () |
| |
| void | disable () |
| |
| void | guard () |
| |
| void | unguard () |
| |
| bool | is_active () const |
| |
| bool | is_guarded () const |
| |
A TabularSpline class that can generate Amplitude pattern.
- Author
- tlc
- Date
- 15/08/2022
- Version
- 0.1.0
◆ get_amplitude()
| double TabularSpline::get_amplitude |
( |
double |
T | ) |
|
|
overridevirtual |
◆ initialize()
| void TabularSpline::initialize |
( |
const shared_ptr< DomainBase > & |
D | ) |
|
|
overridevirtual |
◆ print()
| void TabularSpline::print |
( |
| ) |
|
|
overridevirtual |
◆ Tabular() [1/2]
◆ Tabular() [2/2]
The documentation for this class was generated from the following files: