VIP: Volume Image Processing |
![]() |
#include <stdlib.h>#include <stdio.h>

Go to the source code of this file.
Data Structures | |
| struct | Coord |
| struct | CoordF |
| struct | LineCoord |
| struct | PlaneCoord |
| struct | Angle |
Macros | |
| #define | __attribute__(a) |
| #define | SHOW_LIM 1 |
| #define | HIDE_LIM 0 |
| #define | VTRUE 1 |
| #define | VFALSE 0 |
| #define | YES 1 |
| #define | NO 0 |
| #define | ONE 1 |
| #define | ZERO 0 |
| #define | OK 1 |
| #define | PB 0 |
| #define | IN 1 |
| #define | MSG 2 |
| #define | OUT 3 |
| #define | ON 1 |
| #define | OFF 0 |
| #define | T_HELPDIR "T_HELPDIR" |
| #define | WORLD 1 |
| #define | DATA 2 |
| #define | vinilum(a, b) |
| #define | vaxilum(a, b) |
Functions | |
| void * | mallocT (size_t size) |
| void * | callocT (size_t nelem, size_t elsize) |
| void ** | matAlloc (int lines, int columns, int elem_size) |
| void | matFree (void **mat) |
| char * | charMalloc (size_t length) |
| void | exitError (char *errorText) |
| void | printfexit (char *fname) __attribute__((__noreturn__)) |
| void | printftrace (int mode, char *fmt,...) |
| float | ask_float (float *def, float *mini, float *maxi, char *comment) |
| int | getMyInt (int liminf, int limsup, int show) |
| float | getMyFloat (float liminf, float limsup, int show) |
| char * | getMyName (char *question, int maxsize) |
| int | getManicheanRep (char *question) |
| void | matPrint (char name[], int rows, int cols, double **array) |
| int | file_open_read (FILE **fp, const char *name) |
| int | file_open_write (FILE **fp, const char *name) |
| int | file_open_append (FILE **fp, const char *name) |
| int | file_close (FILE **fp) |
| int | file_write (void *ptr, size_t size, size_t length, FILE *fp) |
| int | m_filename (char *base, char *name, int number) |
| int | m_point_filename (char *base, char *name, int number) |
| int | m_zero_filename (char *base, char *name, int number) |
| char * | composeName (char *baseName, char *ext1, char *ext2) |
| int | roundD2I (double f) |
| long int | roundFloat2Long (float f) |
| int | roundFloat2Int (float f) |
| unsigned char | roundFloat2UChar (float f) |
| int | printUsage (char *usageOf) |
| int | printHelp (char *helpon) |
Variables | |
| int | TRACE |
| int | VERBOSE |
| int | EXEC |
| #define __attribute__ | ( | a | ) |
Definition at line 38 of file TivoliIO_util.h.
| #define DATA 2 |
Definition at line 87 of file TivoliIO_util.h.
| #define HIDE_LIM 0 |
Definition at line 49 of file TivoliIO_util.h.
| #define IN 1 |
Definition at line 69 of file TivoliIO_util.h.
| #define MSG 2 |
Definition at line 70 of file TivoliIO_util.h.
| #define NO 0 |
Definition at line 57 of file TivoliIO_util.h.
| #define OFF 0 |
Definition at line 76 of file TivoliIO_util.h.
| #define OK 1 |
Definition at line 64 of file TivoliIO_util.h.
| #define ON 1 |
Definition at line 75 of file TivoliIO_util.h.
| #define ONE 1 |
Definition at line 59 of file TivoliIO_util.h.
| #define OUT 3 |
Definition at line 71 of file TivoliIO_util.h.
| #define PB 0 |
Definition at line 65 of file TivoliIO_util.h.
| #define SHOW_LIM 1 |
Definition at line 48 of file TivoliIO_util.h.
| #define T_HELPDIR "T_HELPDIR" |
Definition at line 79 of file TivoliIO_util.h.
| #define vaxilum | ( | a, | |
| b ) |
Definition at line 129 of file TivoliIO_util.h.
| #define VFALSE 0 |
Definition at line 54 of file TivoliIO_util.h.
| #define vinilum | ( | a, | |
| b ) |
Definition at line 128 of file TivoliIO_util.h.
| #define VTRUE 1 |
Definition at line 53 of file TivoliIO_util.h.
| #define WORLD 1 |
Definition at line 86 of file TivoliIO_util.h.
| #define YES 1 |
Definition at line 56 of file TivoliIO_util.h.
| #define ZERO 0 |
Definition at line 60 of file TivoliIO_util.h.
| float ask_float | ( | float * | def, |
| float * | mini, | ||
| float * | maxi, | ||
| char * | comment ) |
|
extern |
| char * charMalloc | ( | size_t | length | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
References matAlloc().
Referenced by matAlloc().
|
extern |
References matPrint().
Referenced by matPrint().
|
extern |
References printfexit().
Referenced by printfexit().
|
extern |
References printftrace().
Referenced by printftrace().
| int printHelp | ( | char * | helpon | ) |
| int printUsage | ( | char * | usageOf | ) |
| int roundD2I | ( | double | f | ) |
| int roundFloat2Int | ( | float | f | ) |
| long int roundFloat2Long | ( | float | f | ) |
| unsigned char roundFloat2UChar | ( | float | f | ) |
|
extern |
|
extern |
|
extern |