FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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"
10void HECMW_vis_memory_exit(char *var);
11void HECMW_vis_print_exit(char *var);
12void mfree(void *pointer);
13Point *alloc_verts(int num);
14Polygon *alloc_polygons(int num);
15
16#endif /* HECMW_VIS_MEM_UTIL_H_INCLUDED */
void HECMW_vis_print_exit(char *var)
Point * alloc_verts(int num)
Polygon * alloc_polygons(int num)
void HECMW_vis_memory_exit(char *var)
void mfree(void *pointer)