#include <stdio.h>
#include <float.h>
#include "idvol.h"
#include "iderr.h"
#include "idprint.h"
Go to the source code of this file.
Defines | |
#define | CC(t1) |
Calcule le Minimum d'un plan X d'un Vol non COMPLEX. | |
#define | DD(t1) |
Calcule le Minimum d'un plan Y d'un Vol non COMPLEX. | |
#define | EE(t1) |
Calcule le Minimum d'un plan Z d'un Vol non COMPLEX. | |
#define | FF(t1) |
Calcule le Minimum d'un Vol non COMPLEX. | |
Functions | |
double | IdVolMinPlanX (PPPVOLUME vol, int X) |
double | IdVolMinPlanY (PPPVOLUME vol, int Y) |
double | IdVolMinPlanZ (PPPVOLUME vol, int Z) |
double | IdVolMinima (PPPVOLUME vol) |
|
Value: Calcule le Minimum d'un plan X d'un Vol non COMPLEX.
|
|
Value: Calcule le Minimum d'un plan Y d'un Vol non COMPLEX.
|
|
Value: Calcule le Minimum d'un plan Z d'un Vol non COMPLEX.
|
|
Value: Calcule le Minimum d'un Vol non COMPLEX.
|
|
Definition at line 383 of file volmin.c. References FF, IdExit(), IdPrintf(), IdVolDimX, IdVolDimY, IdVolDimZ, IdVolType, PPPVOLUME_CHAR, PPPVOLUME_DOUBLE, PPPVOLUME_FLOAT, PPPVOLUME_LONG, PPPVOLUME_SHORT, PPPVOLUME_UCHAR, PPPVOLUME_USHORT, VOL_CHAR, VOL_DOUBLE, VOL_FLOAT, VOL_LONG, VOL_SHORT, VOL_UCHAR, and VOL_USHORT. Referenced by DisplayVol(), and TestSequence2D(). |
|
Definition at line 96 of file volmin.c. References CC, IdExit(), IdPrintf(), IdVolDimY, IdVolDimZ, IdVolType, PPPVOLUME_CHAR, PPPVOLUME_DOUBLE, PPPVOLUME_FLOAT, PPPVOLUME_LONG, PPPVOLUME_SHORT, PPPVOLUME_UCHAR, PPPVOLUME_ULONG, PPPVOLUME_USHORT, VOL_CHAR, VOL_DOUBLE, VOL_FLOAT, VOL_LONG, VOL_SHORT, VOL_UCHAR, VOL_ULONG, and VOL_USHORT. |
|
Definition at line 197 of file volmin.c. References DD, IdExit(), IdPrintf(), IdVolDimX, IdVolDimZ, IdVolType, PPPVOLUME_CHAR, PPPVOLUME_DOUBLE, PPPVOLUME_FLOAT, PPPVOLUME_LONG, PPPVOLUME_SHORT, PPPVOLUME_UCHAR, PPPVOLUME_USHORT, VOL_CHAR, VOL_DOUBLE, VOL_FLOAT, VOL_LONG, VOL_SHORT, VOL_UCHAR, and VOL_USHORT. |
|
Definition at line 292 of file volmin.c. References EE, IdExit(), IdPrintf(), IdVolDimX, IdVolDimY, IdVolType, PPPVOLUME_CHAR, PPPVOLUME_DOUBLE, PPPVOLUME_FLOAT, PPPVOLUME_LONG, PPPVOLUME_SHORT, PPPVOLUME_UCHAR, PPPVOLUME_USHORT, VOL_CHAR, VOL_DOUBLE, VOL_FLOAT, VOL_LONG, VOL_SHORT, VOL_UCHAR, and VOL_USHORT. |