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) |
|
void | initialize (const shared_ptr< DomainBase > &) override |
|
double | get_amplitude (double) override |
|
void | print () override |
|
| Amplitude (unsigned=0, unsigned=0) |
|
| ~Amplitude () override=default |
|
virtual void | initialize (const shared_ptr< DomainBase > &) |
|
virtual double | get_amplitude (double) |
|
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 |
|
virtual void | print () |
|
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::Tabular |
( |
unsigned |
T, |
|
|
string && |
P, |
|
|
unsigned |
ST |
|
) |
| |
◆ Tabular() [2/2]
Tabular::Tabular |
( |
unsigned |
T, |
|
|
vec && |
TI, |
|
|
vec && |
M, |
|
|
unsigned |
ST |
|
) |
| |
The documentation for this class was generated from the following files: