#include "display.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | ABSO 1 |
#define | LOG 2 |
#define | RABS(type, tt) |
#define | RLOG(type, tt) |
#define | RECAD(type) |
Functions | |
void | DisplayImage2D (PPIMAGE_UCHAR image) |
Display a 2D image This function just calls the library Libido function IdImaDisplay and checks if the DISPLAY is not broken (useful for test on grid architecture). | |
void | DisplayObject3D (OBJECT3D *object, int deb, int nb, char *visuname) |
Display the two first components (ro, t1, t2) of a 3D object. | |
void | DisplayObject2D (OBJECT3D *object, char *visuname) |
Display the two first components (ro, t1, t2) of a 2D object. | |
void | DisplayObject1D (OBJECT3D *object, char *visuname) |
Display the two first components (ro, t1, t2) of a 1D object. | |
void | DisplayVol (PPPVOLUME vol, int deb, int nb, int recad, int N, char *visuname, int save, char *filename) |
Display a volume plane by plane. | |
void | DisplayVolXY (PPPVOLUME vol, int z, char *visuname) |
Display an XY plane of a 3D volume. | |
void | DisplayVolX (PPPVOLUME vol, int y, int z, char *visuname, int save, char *filename) |
Display an X line of a 3D volume, and can save the corresponding signal. |
|
Referenced by DisplayVol(). |
|
Referenced by DisplayVol(). |
|
Value:
Referenced by DisplayVol(). |
|
Value: Referenced by DisplayVol(). |
|
Value:
Referenced by DisplayVol(). |