Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros | Typedefs | Variables
photo.h File Reference

Auxiliary header file for photo.c. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  photo_term_t
 

Macros

#define photo_printf_str   "{A = %g, lambda = %g}"
 
#define photo_printf_args(_T)   (_T)->A, (_T)->lambda
 
#define _PHOTO_H_
 

Typedefs

typedef struct photo_term_t photo_term_t
 

Variables

photo_term_tphoto_terms
 

Detailed Description

Auxiliary header file for photo.c.

Definition in file photo.h.

Macro Definition Documentation

#define photo_printf_str   "{A = %g, lambda = %g}"

Definition at line 20 of file photo.h.

#define photo_printf_args (   _T)    (_T)->A, (_T)->lambda

Definition at line 21 of file photo.h.

#define _PHOTO_H_

Definition at line 23 of file photo.h.

Typedef Documentation

typedef struct photo_term_t photo_term_t

Definition at line 6 of file photo.h.

Variable Documentation

photo_term_t* photo_terms

Definition at line 35 of file photo.c.