#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include "volume.h"
Go to the source code of this file.
Functions | |
int | lecture_entete_lvf (char *nomfich, ima3Du1 *pt_image) |
int | lect_volume_u1 (char *nomfich, ima3Du1 *pt_image) |
int | lect_volume_u1_sequence_first (char *nomfich, ima3Du1 *pt_image, int sw) |
int | lect_volume_u1_sequence_next (ima3Du1 *pt_image) |
int | lect_volume_u1_sequence_previous (ima3Du1 *pt_image) |
int | lect_volume_u1_sequence_number (ima3Du1 *pt_image) |
int | ecriture_entete_lvf (char *nomfich, ima3Du1 *pt_image) |
int | write_volume_u1 (char *nomfich, ima3Du1 *pt_image) |
int | write_part_of_volume_u1 (char *nomfich, ima3Du1 *pt_image, unsigned int x1, unsigned int y1, unsigned int z1, unsigned int x2, unsigned int y2, unsigned int z2) |
int | copie_entete_ima3du1 (ima3Du1 *ptImaSrc, ima3Du1 *ptImaDst) |
int | write_volume_u1_sequence_preparation (char *nomfich, ima3Du1 *pt_image, int nb_section_avant) |
int | write_volume_u1_sequence_next (ima3Du1 *pt_image) |
int | write_volume_u1_sequence_fermeture (ima3Du1 *pt_image, int nb_section_apres) |
int ecriture_entete_lvf | ( | char * | nomfich, | |
ima3Du1 * | pt_image | |||
) |
Definition at line 339 of file lread_volume.c.
Referenced by write_volume_u1_sequence_preparation().
int lect_volume_u1 | ( | char * | nomfich, | |
ima3Du1 * | pt_image | |||
) |
int lect_volume_u1_sequence_first | ( | char * | nomfich, | |
ima3Du1 * | pt_image, | |||
int | sw | |||
) |
int lect_volume_u1_sequence_next | ( | ima3Du1 * | pt_image | ) |
int lect_volume_u1_sequence_number | ( | ima3Du1 * | pt_image | ) |
Definition at line 330 of file lread_volume.c.
int lect_volume_u1_sequence_previous | ( | ima3Du1 * | pt_image | ) |
Definition at line 322 of file lread_volume.c.
int lecture_entete_lvf | ( | char * | nomfich, | |
ima3Du1 * | pt_image | |||
) |
int write_part_of_volume_u1 | ( | char * | nomfich, | |
ima3Du1 * | pt_image, | |||
unsigned int | x1, | |||
unsigned int | y1, | |||
unsigned int | z1, | |||
unsigned int | x2, | |||
unsigned int | y2, | |||
unsigned int | z2 | |||
) |
Definition at line 441 of file lread_volume.c.
int write_volume_u1 | ( | char * | nomfich, | |
ima3Du1 * | pt_image | |||
) |
int write_volume_u1_sequence_fermeture | ( | ima3Du1 * | pt_image, | |
int | nb_section_apres | |||
) |
Definition at line 553 of file lread_volume.c.
int write_volume_u1_sequence_next | ( | ima3Du1 * | pt_image | ) |
int write_volume_u1_sequence_preparation | ( | char * | nomfich, | |
ima3Du1 * | pt_image, | |||
int | nb_section_avant | |||
) |