FrontISTR  5.2.0
Large-scale structural analysis program with finit element method
hecmw_vis_color_composite_vr.h
Go to the documentation of this file.
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_COLOR_COMPOSITE_VR_H_INCLUDED
7 #define HECMW_VIS_COLOR_COMPOSITE_VR_H_INCLUDED
8 
9 extern void compute_color_vr(
10  int current_ijk[3], int color_mapping_style, double *interval_point,
11  int transfer_function_style, double opa_value, int num_of_features,
12  double *fea_point, double view_point_d[3], int interval_mapping_num,
13  int color_system_type, int num_of_lights, double *light_point,
14  double k_ads[3], int r_level[3], double orig_xyz[3], double r_dxyz[3],
15  double *var, double *grad_var, double accum_rgba[4], double mincolor,
16  double maxcolor, double grad_minmax[2], double feap_minmax[2],
17  double feai_minmax[2], double dis_minmax[2], double *opa_table,
18  double in_point[3], double out_point[3], double tav_length, int time_step,
19  int print_flag);
20 
21 #endif /* HECMW_VIS_COLOR_COMPOSITE_VR_H_INCLUDED */
void compute_color_vr(int current_ijk[3], int color_mapping_style, double *interval_point, int transfer_function_style, double opa_value, int num_of_features, double *fea_point, double view_point_d[3], int interval_mapping_num, int color_system_type, int num_of_lights, double *light_point, double k_ads[3], int r_level[3], double orig_xyz[3], double r_dxyz[3], double *var, double *grad_var, double accum_rgba[4], double mincolor, double maxcolor, double grad_minmax[2], double feap_minmax[2], double feai_minmax[2], double dis_minmax[2], double *opa_table, double in_point[3], double out_point[3], double tav_length, int time_step, int print_flag)