Xmipp  v3.23.11-Nereus
wavelet.h
Go to the documentation of this file.
1 /* ------------------------------------------------------------------------- */
2 /* Filename : wavelet.h */
3 /* Author : Daniel Sage */
4 /* Email : */
5 /* Organization : EPFL/DMT/IOA/BIG */
6 /* Date : 15 June 1999 */
7 /* Version : */
8 /* Online Help : */
9 /* Demo File : */
10 /* Doc File : */
11 /* URL : */
12 /* ------------------------------------------------------------------------- */
13 /* Note : This file is automatically generated */
14 /* Sat 02 Sep 2000 17:20:08 GMT-07:00 */
15 /* ------------------------------------------------------------------------- */
16 
17 
18 /* ------------------------------------------------------------------------- */
19 /* Defines */
20 /* ------------------------------------------------------------------------- */
21 /* None */
22 
23 /* ------------------------------------------------------------------------- */
24 /* Types */
25 /* ------------------------------------------------------------------------- */
26 
29 {
31  double *Input;
33  long NxInput;
35  long NyInput;
37  long NzInput;
39  double *Output;
41  long NxOutput;
43  long NyOutput;
45  long NzOutput;
47  const char *Operation;
52  const char *Filter;
54  const char *BoundaryConditions;
56  const char *Order;
58  double Alpha;
59 };
60 
61 /* ------------------------------------------------------------------------- */
62 /* Functions */
63 /* ------------------------------------------------------------------------- */
64 extern int WaveletCheck(struct TWaveletStruct *Data);
65 extern int WaveletSize(struct TWaveletStruct *Data);
69 extern int Wavelet(struct TWaveletStruct *Data);
70 
71 
long NzInput
Definition: wavelet.h:37
double * Input
Definition: wavelet.h:31
int WaveletCheck(struct TWaveletStruct *Data)
const char * Filter
Definition: wavelet.h:52
double * Output
Definition: wavelet.h:39
const char * Operation
Definition: wavelet.h:47
long NzOutput
Definition: wavelet.h:45
long NyInput
Definition: wavelet.h:35
int Wavelet(struct TWaveletStruct *Data)
double Alpha
Definition: wavelet.h:58
const char * BoundaryConditions
Definition: wavelet.h:54
long NxOutput
Definition: wavelet.h:41
long NxInput
Definition: wavelet.h:33
long NyOutput
Definition: wavelet.h:43
const char * Order
Definition: wavelet.h:56
int WaveletSize(struct TWaveletStruct *Data)