FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_mem_util.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_MEM_UTIL_H_INCLUDED
7 #define HECMW_VIS_MEM_UTIL_H_INCLUDED
8 
9 #include "hecmw_vis_SF_geom.h"
10 void HECMW_vis_memory_exit(char *var);
11 void HECMW_vis_print_exit(char *var);
12 void mfree(void *pointer);
13 Point *alloc_verts(int num);
14 Polygon *alloc_polygons(int num);
15 
16 #endif /* HECMW_VIS_MEM_UTIL_H_INCLUDED */
mfree
void mfree(void *pointer)
Definition: hecmw_vis_mem_util.c:27
alloc_polygons
Polygon * alloc_polygons(int num)
Definition: hecmw_vis_mem_util.c:51
_polygon_struct
Definition: hecmw_vis_SF_geom.h:209
alloc_verts
Point * alloc_verts(int num)
Definition: hecmw_vis_mem_util.c:32
_point_struct
Definition: hecmw_vis_SF_geom.h:197
HECMW_vis_print_exit
void HECMW_vis_print_exit(char *var)
Definition: hecmw_vis_mem_util.c:21
hecmw_vis_SF_geom.h
HECMW_vis_memory_exit
void HECMW_vis_memory_exit(char *var)
Definition: hecmw_vis_mem_util.c:12