#include <stdio.h>
#include "hecmw_vis_SF_geom.h"
#include "hecmw_vis_ray_trace.h"
Go to the source code of this file.
|
int | is_blank_line (char *buf) |
|
int | is_comment_line (char *buf) |
|
void | get_string_item (char *para, char *buf, int *start_location, char para2[128]) |
|
int | get_int_item (char *para, char *buf, int *start_location) |
|
double | get_double_item (char *para, char *buf, int *start_location) |
|
int | get_keyword_item (char *buf, char *para) |
|
void | HECMW_vis_read_control (FILE *fp, int pesize, int mynode, PSF_link *psf, PVR_link *pvr) |
|
◆ MAX_LINE_LEN
◆ get_double_item()
double get_double_item |
( |
char * |
para, |
|
|
char * |
buf, |
|
|
int * |
start_location |
|
) |
| |
◆ get_int_item()
int get_int_item |
( |
char * |
para, |
|
|
char * |
buf, |
|
|
int * |
start_location |
|
) |
| |
◆ get_keyword_item()
int get_keyword_item |
( |
char * |
buf, |
|
|
char * |
para |
|
) |
| |
◆ get_string_item()
void get_string_item |
( |
char * |
para, |
|
|
char * |
buf, |
|
|
int * |
start_location, |
|
|
char |
para2[128] |
|
) |
| |
◆ HECMW_vis_read_control()
void HECMW_vis_read_control |
( |
FILE * |
fp, |
|
|
int |
pesize, |
|
|
int |
mynode, |
|
|
PSF_link * |
psf, |
|
|
PVR_link * |
pvr |
|
) |
| |
◆ is_blank_line()
int is_blank_line |
( |
char * |
buf | ) |
|
◆ is_comment_line()
int is_comment_line |
( |
char * |
buf | ) |
|