WSeries
class description - source file - inheritance tree
public:
WSeries WSeries(int n)
WSeries WSeries()
WSeries WSeries(WSeries&)
virtual void ~WSeries()
static TClass* Class()
virtual TClass* IsA() const
void Merge2(WSeries& wd2)
WSeries& operator*=(const wavereal)
WSeries& operator+=(const WSeries&)
WSeries& operator+=(const WSeries*)
WSeries& operator+=(const wavereal)
WSeries& operator-=(const WSeries&)
WSeries& operator-=(const wavereal)
WSeries& operator-=(const WSeries*)
WSeries& operator=(const WSeries*)
WSeries& operator=(const WSeries&)
WSeries& operator=(const wavereal)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
WSeries is class for the Wavelet Domain data.
WSeries(int m):WaveData(m)
Constructor which calls parent class WaveData constructor
to create object with data array of m elements long.
WSeries():WaveData()
Default constructor.
~WSeries()
Class destructor.
void Merge2(WSeries &wd2)
Merges the array of wavelet coefficients from object "wd2"
into current object's data array, which should be two times longer.
New object has lowest layer with "details" equal to zero and
higher layers with data copied from smaller array of "wd2".
Inline Functions
WSeries& operator=(const WSeries&)
WSeries& operator=(const WSeries*)
WSeries& operator+=(const WSeries&)
WSeries& operator+=(const WSeries*)
WSeries& operator-=(const WSeries&)
WSeries& operator-=(const WSeries*)
WSeries& operator=(const wavereal)
WSeries& operator+=(const wavereal)
WSeries& operator-=(const wavereal)
WSeries& operator*=(const wavereal)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
WSeries WSeries(WSeries&)
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.