|
bool | head |
|
bool | tail |
|
bool | all |
|
|
class | boost::serialization::access |
|
◆ BasicTaper()
mspass::algorithms::BasicTaper::BasicTaper |
( |
| ) |
|
|
inline |
20 {
21 head = false;
22 tail = false;
23 all = false;
24 };
◆ ~BasicTaper()
virtual mspass::algorithms::BasicTaper::~BasicTaper |
( |
| ) |
|
|
inlinevirtual |
◆ disable_head()
void mspass::algorithms::BasicTaper::disable_head |
( |
| ) |
|
|
inline |
29 {
30 head = false;
31 all = false;
32 };
◆ disable_tail()
void mspass::algorithms::BasicTaper::disable_tail |
( |
| ) |
|
|
inline |
34 {
35 tail = false;
36 all = false;
37 };
◆ enable_head()
void mspass::algorithms::BasicTaper::enable_head |
( |
| ) |
|
|
inline |
◆ enable_tail()
void mspass::algorithms::BasicTaper::enable_tail |
( |
| ) |
|
|
inline |
◆ head_is_enabled()
bool mspass::algorithms::BasicTaper::head_is_enabled |
( |
| ) |
|
|
inline |
38 {
39 if (head || all) {
40 return true;
41 }
42 return false;
43 };
◆ tail_is_enable()
bool mspass::algorithms::BasicTaper::tail_is_enable |
( |
| ) |
|
|
inline |
44 {
45 if (tail || all) {
46 return true;
47 }
48 return false;
49 };
The documentation for this class was generated from the following file:
- /home/runner/work/mspass/mspass/cxx/include/mspass/algorithms/Taper.h