/usr/include/schroedinger-1.0/schroedinger/schrowavelet.h is in libschroedinger-dev 1.0.11-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #ifndef _SCHRO_WAVELET_H_
#define _SCHRO_WAVELET_H_
#include <schroedinger/schroutils.h>
#include <schroedinger/schroframe.h>
SCHRO_BEGIN_DECLS
#ifdef SCHRO_ENABLE_UNSTABLE_API
void schro_wavelet_transform_2d (SchroFrameData *fd, int type, int16_t *tmp);
void schro_wavelet_inverse_transform_2d (SchroFrameData *fd_dest,
SchroFrameData *fd_src, int type, int16_t *tmp);
#endif
SCHRO_END_DECLS
#endif
|