SCM Repository
[diderot] Diff of /trunk/src/lib/diderot.h
Diff of /trunk/src/lib/diderot.h
Parent Directory
|
Revision Log
|
Patch
64 |
extern Status_t Diderot_LoadImage2D (Diderot_string_t name, Diderot_image2D_t *img); |
extern Status_t Diderot_LoadImage2D (Diderot_string_t name, Diderot_image2D_t *img); |
65 |
extern Status_t Diderot_LoadImage3D (Diderot_string_t name, Diderot_image3D_t *img); |
extern Status_t Diderot_LoadImage3D (Diderot_string_t name, Diderot_image3D_t *img); |
66 |
|
|
67 |
/* functions to load input parameters */ |
/* functions to get input-parameter values */ |
68 |
extern Status_t Diderot_InputString (const char *, const char **, bool); |
extern Status_t Diderot_InputString (const char *, const char **, bool); |
69 |
extern Status_t Diderot_InputReal (const char *, Diderot_real_t *, bool); |
extern Status_t Diderot_InputReal (const char *, Diderot_real_t *, bool); |
70 |
extern Status_t Diderot_InputVec3 (const char *, Diderot_vec3_t *v); |
extern Status_t Diderot_InputVec3 (const char *, Diderot_vec3_t *v); |
|
Legend:
Removed from v.438 |
|
changed lines |
|
Added in v.439 |
|
|