|
ocssw
V2022
|
filehandle_init.c File Reference
Include dependency graph for filehandle_init.c:
Go to the source code of this file.
Functions | |
| float * | calloc_nbandsf (int32_t nbands, float *nbarray, float init_val) |
| int32_t * | calloc_nbandsi32t (int32_t nbands, int32_t *nbarray, int32_t init_val) |
| int * | calloc_nbandsi (int32_t nbands, int *nbarray, int init_val) |
| void | filehandle_init (filehandle *file) |
Function Documentation
◆ calloc_nbandsf()
| float* calloc_nbandsf | ( | int32_t | nbands, |
| float * | nbarray, | ||
| float | init_val | ||
| ) |
Definition at line 6 of file filehandle_init.c.
◆ calloc_nbandsi()
| int* calloc_nbandsi | ( | int32_t | nbands, |
| int * | nbarray, | ||
| int | init_val | ||
| ) |
Definition at line 31 of file filehandle_init.c.
◆ calloc_nbandsi32t()
| int32_t* calloc_nbandsi32t | ( | int32_t | nbands, |
| int32_t * | nbarray, | ||
| int32_t | init_val | ||
| ) |
Definition at line 19 of file filehandle_init.c.
◆ filehandle_init()
| void filehandle_init | ( | filehandle * | file | ) |
Definition at line 43 of file filehandle_init.c.


