TS++ library: time series library

◆ clone()

template<class T>
virtual PDropContainer ts::drop::FIRDropContainer< T >::clone ( ) const
inlineprotectedvirtual

Implements ts::drop::DropContainer< T >.

Definition at line 275 of file dropcontainer.h.

References ts::fir::FIRfilter< T >::fir(), ts::drop::FIRDropContainer< T >::FIRDropContainer(), ts::drop::FIRDropContainer< T >::Mf, and ts::fir::FIR::name.

276  {
277  FIRDropContainer<T>* retval(new FIRDropContainer(Mf->fir().name));
278  return(retval);
279  }
const FIR & fir() const
Definition: firfilters.h:147
const char * name
Definition: firfilters.h:54
FIRDropContainer(const std::string &name)
Here is the call graph for this function: