version  0.0.1
Defines the C++ API for MsPASS
Public Member Functions | Protected Attributes | Friends | List of all members
mspass::algorithms::BasicTaper Class Referenceabstract
Inheritance diagram for mspass::algorithms::BasicTaper:
mspass::algorithms::CosineTaper mspass::algorithms::LinearTaper mspass::algorithms::VectorTaper

Public Member Functions

virtual int apply (mspass::seismic::TimeSeries &d)=0
 
virtual int apply (mspass::seismic::Seismogram &d)=0
 
void enable_head ()
 
void disable_head ()
 
void enable_tail ()
 
void disable_tail ()
 
bool head_is_enabled ()
 
bool tail_is_enable ()
 
virtual double get_t0head () const =0
 
virtual double get_t1head () const =0
 

Protected Attributes

bool head
 
bool tail
 
bool all
 

Friends

class boost::serialization::access
 

The documentation for this class was generated from the following file: