OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c_h3d_close_file.cpp File Reference
#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.

Macros

#define _FCALL
#define _FCALL

Functions

void c_h3d_close_file_ ()
void _FCALL C_H3D_CLOSE_FILE ()
void c_h3d_close_file__ ()
void c_h3d_close_file ()

Macro Definition Documentation

◆ _FCALL [1/2]

#define _FCALL

Definition at line 48 of file c_h3d_close_file.cpp.

◆ _FCALL [2/2]

#define _FCALL

Definition at line 48 of file c_h3d_close_file.cpp.

Function Documentation

◆ C_H3D_CLOSE_FILE()

void _FCALL C_H3D_CLOSE_FILE ( )

Definition at line 82 of file c_h3d_close_file.cpp.

void c_h3d_close_file_()

◆ c_h3d_close_file()

void c_h3d_close_file ( )

Definition at line 88 of file c_h3d_close_file.cpp.

◆ 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 // close h3d file
72 //
74 if( !rc ) throw rc;
75 } // end of try
76
77 catch(...) {
79 }
80}
H3DFileInfo * h3d_file
bool rc
bool Hyper3DExportClose(H3DFileInfo *h3d_file)
Definition h3d_dl.c:945
bool Hyper3DExportClearError(H3DFileInfo *h3d_file)
Definition h3d_dl.c:939

◆ c_h3d_close_file__()

void c_h3d_close_file__ ( )

Definition at line 85 of file c_h3d_close_file.cpp.