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

pub struct Wavelet { /* fields omitted */ }
Expand description

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

Implementations

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

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.