Struct rgsl::types::wavelet_transforms::Wavelet [] [src]

pub struct Wavelet { /* fields omitted */ }

The Wavelet structure contains the filter coefficients defining the wavelet and any associated offset parameters.

Methods

impl Wavelet
[src]

This function allocates and initializes a wavelet object of type T. The parameter k selects the specific member of the wavelet family. A null pointer is returned if insufficient memory is available or if a unsupported member is selected.

This function returns a pointer to the name of the wavelet family for w.

Trait Implementations

impl Drop for Wavelet
[src]

A method called when the value goes out of scope. Read more