#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <idvol.h>
#include <idima.h>
#include <idacr.h>
#include "simri3d.h"
#include "object.h"
Go to the source code of this file.
Functions | |
void | DisplayImage2D (PPIMAGE_UCHAR) |
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 *, int, int, char *) |
Display the two first components (ro, t1, t2) of a 3D object. | |
void | DisplayObject2D (OBJECT3D *, char *) |
Display the two first components (ro, t1, t2) of a 2D object. | |
void | DisplayObject1D (OBJECT3D *, char *) |
Display the two first components (ro, t1, t2) of a 1D object. | |
void | DisplayVol (PPPVOLUME, int, int, int, int, char *, int, char *) |
Display a volume plane by plane. | |
void | DisplayVolXY (PPPVOLUME, int, char *) |
Display an XY plane of a 3D volume. | |
void | DisplayVolX (PPPVOLUME, int, int, char *, int, char *) |
Display an X line of a 3D volume, and can save the corresponding signal. |