![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_vis_generate_histogram_vr.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "hecmw_vis_bmp.h"
#include "hecmw_vis_font_texture.h"
#include "hecmw_vis_mem_util.h"
#include "hecmw_malloc.h"
Go to the source code of this file.
Functions | |
void | find_color_minmax_vr (double *var, int *empty_flag, int nx, int ny, int nz, double *mincolor, double *maxcolor) |
void | generate_histogram_graph_vr (double tmincolor, double tmaxcolor, double *var, int *empty_flag, int nx, int ny, int nz, int mynode, int pesize, HECMW_Comm VIS_COMM, int color_system_type) |
void | generate_interval_point_vr (double tmincolor, double tmaxcolor, double *var, int *empty_flag, int nx, int ny, int nz, int mynode, int pesize, HECMW_Comm VIS_COMM, double *interval_point) |
void | output_histogram_vr (double tmincolor, double tmaxcolor, double *var, int *empty_flag, int nx, int ny, int nz, int mynode, int pesize, HECMW_Comm VIS_COMM) |
void | find_minmax_vr (double *voxel_dxyz, double *voxel_orig_xyz, int mynode, double range[6]) |
void | find_dis_minmax (double view_point_d[3], double vertex[24], double dis_minmax[2]) |
void | find_feap_minmax (int num_of_features, double *fea_point, double mincolor, double maxcolor, double feap_minmax[2]) |
void | find_feai_minmax (int num_of_features, double *fea_point, double mincolor, double maxcolor, double feai_minmax[2]) |
void find_color_minmax_vr | ( | double * | var, |
int * | empty_flag, | ||
int | nx, | ||
int | ny, | ||
int | nz, | ||
double * | mincolor, | ||
double * | maxcolor | ||
) |
Definition at line 16 of file hecmw_vis_generate_histogram_vr.c.
void find_dis_minmax | ( | double | view_point_d[3], |
double | vertex[24], | ||
double | dis_minmax[2] | ||
) |
Definition at line 343 of file hecmw_vis_generate_histogram_vr.c.
void find_feai_minmax | ( | int | num_of_features, |
double * | fea_point, | ||
double | mincolor, | ||
double | maxcolor, | ||
double | feai_minmax[2] | ||
) |
Definition at line 377 of file hecmw_vis_generate_histogram_vr.c.
void find_feap_minmax | ( | int | num_of_features, |
double * | fea_point, | ||
double | mincolor, | ||
double | maxcolor, | ||
double | feap_minmax[2] | ||
) |
Definition at line 359 of file hecmw_vis_generate_histogram_vr.c.
void find_minmax_vr | ( | double * | voxel_dxyz, |
double * | voxel_orig_xyz, | ||
int | mynode, | ||
double | range[6] | ||
) |
Definition at line 334 of file hecmw_vis_generate_histogram_vr.c.
void generate_histogram_graph_vr | ( | double | tmincolor, |
double | tmaxcolor, | ||
double * | var, | ||
int * | empty_flag, | ||
int | nx, | ||
int | ny, | ||
int | nz, | ||
int | mynode, | ||
int | pesize, | ||
HECMW_Comm | VIS_COMM, | ||
int | color_system_type | ||
) |
Definition at line 30 of file hecmw_vis_generate_histogram_vr.c.
void generate_interval_point_vr | ( | double | tmincolor, |
double | tmaxcolor, | ||
double * | var, | ||
int * | empty_flag, | ||
int | nx, | ||
int | ny, | ||
int | nz, | ||
int | mynode, | ||
int | pesize, | ||
HECMW_Comm | VIS_COMM, | ||
double * | interval_point | ||
) |
Definition at line 234 of file hecmw_vis_generate_histogram_vr.c.
void output_histogram_vr | ( | double | tmincolor, |
double | tmaxcolor, | ||
double * | var, | ||
int * | empty_flag, | ||
int | nx, | ||
int | ny, | ||
int | nz, | ||
int | mynode, | ||
int | pesize, | ||
HECMW_Comm | VIS_COMM | ||
) |
Definition at line 296 of file hecmw_vis_generate_histogram_vr.c.