IUF-SDK-3
Interventional Ultrasound Library
iufIqFilePrivate.h File Reference
#include <hdf5.h>
#include <hdf5_hl.h>
#include <iufIqFile.h>
#include <iufHistoryNode.h>

Go to the source code of this file.

Macros

#define IUIQFI_INVALID   (iuiqfi_t) NULL
 

Typedefs

typedef IufIqFileInstanceiuiqfi_t
 

Functions

iuiqf_t iufIqFileSpecificsLoad (iuiqf_t iqFile)
 
int iufIqFileCompareInstance (iuiqfi_t reference, iuiqfi_t actual)
 
int iufIqFileSaveInstance (hid_t handle, iuiqfi_t instanceData)
 
void * iufIqFileInstanceLoad (hid_t handle)
 
int iufIqFileInstanceDelete (iuiqfi_t instanceData)
 
int iufIqFileSetFilename (iuiqf_t iqFile, char *fileName)
 

Macro Definition Documentation

◆ IUIQFI_INVALID

#define IUIQFI_INVALID   (iuiqfi_t) NULL

Typedef Documentation

◆ iuiqfi_t

Function Documentation

◆ iufIqFileCompareInstance()

int iufIqFileCompareInstance ( iuiqfi_t  reference,
iuiqfi_t  actual 
)

◆ iufIqFileInstanceDelete()

int iufIqFileInstanceDelete ( iuiqfi_t  instanceData)

◆ iufIqFileInstanceLoad()

void* iufIqFileInstanceLoad ( hid_t  handle)

◆ iufIqFileSaveInstance()

int iufIqFileSaveInstance ( hid_t  handle,
iuiqfi_t  instanceData 
)

◆ iufIqFileSetFilename()

int iufIqFileSetFilename ( iuiqf_t  iqFile,
char *  fileName 
)

◆ iufIqFileSpecificsLoad()

iuiqf_t iufIqFileSpecificsLoad ( iuiqf_t  iqFile)