#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <fcntl.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <time.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dlfcn.h>
#include <stdbool.h>
#include "h3dpublic_defs.h"
#include "h3dpublic_export.h"
#include "h3d_values.h"
Go to the source code of this file.
◆ _FCALL [1/2]
◆ _FCALL [2/2]
◆ C_H3D_CLOSE_FILE()
| void _FCALL C_H3D_CLOSE_FILE |
( |
| ) |
|
◆ c_h3d_close_file()
| void c_h3d_close_file |
( |
| ) |
|
◆ c_h3d_close_file_()
| void c_h3d_close_file_ |
( |
| ) |
|
Definition at line 67 of file c_h3d_close_file.cpp.
68{
69 try {
70
71
72
75 }
76
77 catch(...) {
79 }
80}
bool Hyper3DExportClose(H3DFileInfo *h3d_file)
bool Hyper3DExportClearError(H3DFileInfo *h3d_file)
◆ c_h3d_close_file__()
| void c_h3d_close_file__ |
( |
| ) |
|