1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_VIS_CASE_TABLE_H_INCLUDED
7 #define HECMW_VIS_CASE_TABLE_H_INCLUDED
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_result.h"
11 #include "hecmw_vis_SF_geom.h"
12 
13 int p2h(int i);
14 int get_data(Surface *sff, struct hecmwST_local_mesh *mesh,
15              struct hecmwST_result_data *data, int elemID, Cell *cell,
16              int tn_component);
17 double get_value_equ(double cont_equ[10], int cross_type, double x, double y,
18                      double z);
19 int make_tile(struct hecmwST_local_mesh *mesh, Cell *cell, double fvalue,
20               int CS_type, Cube_polygons *cube_polys, int disamb_flag);
21 int get_config_info(int index);
22 
23 #endif /* HECMW_VIS_CASE_TABLE_H_INCLUDED */
24