VIP: Volume Image Processing


readwrite.h File Reference
#include <vip/epidistorsion/param.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for readwrite.h:

Go to the source code of this file.

Macros

#define NDEF_PARAM   0
 

Functions

int ReadInt (int *res, FILE *stream)
 
int ReadDouble (double *res, FILE *stream)
 
int ReadString (char *res, FILE *stream)
 
void Write (char *msg)
 
void WriteInt (int n)
 
void WriteDouble (double x)
 
void NewLine ()
 
int fWrite (char *msg, FILE *stream)
 
int fWriteInt (int n, FILE *stream)
 
int fWriteDouble (double x, FILE *stream)
 
void GetInt (int *res, char *name, int argc, char *argv[], int pos)
 
void GetDouble (double *res, char *name, int argc, char *argv[], int pos)
 
void GetString (char *res, char *name, int argc, char *argv[], int pos)
 

Macro Definition Documentation

◆ NDEF_PARAM

#define NDEF_PARAM   0

Definition at line 2 of file readwrite.h.

Function Documentation

◆ fWrite()

int fWrite ( char * msg,
FILE * stream )

◆ fWriteDouble()

int fWriteDouble ( double x,
FILE * stream )

◆ fWriteInt()

int fWriteInt ( int n,
FILE * stream )

◆ GetDouble()

void GetDouble ( double * res,
char * name,
int argc,
char * argv[],
int pos )

◆ GetInt()

void GetInt ( int * res,
char * name,
int argc,
char * argv[],
int pos )

◆ GetString()

void GetString ( char * res,
char * name,
int argc,
char * argv[],
int pos )

◆ NewLine()

void NewLine ( )

◆ ReadDouble()

int ReadDouble ( double * res,
FILE * stream )

◆ ReadInt()

int ReadInt ( int * res,
FILE * stream )

◆ ReadString()

int ReadString ( char * res,
FILE * stream )

◆ Write()

void Write ( char * msg)

◆ WriteDouble()

void WriteDouble ( double x)

◆ WriteInt()

void WriteInt ( int n)