MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <H5Tpublic.h>
#include <H5Gpublic.h>
#include <H5Ppublic.h>
#include "mhdf.h"
#include "util.h"
#include "file-handle.h"
#include "status.h"
#include "names-and-paths.h"
Go to the source code of this file.
Functions | |
int | mhdf_haveAdjacency (mhdf_FileHandle file, const char *elem_group, mhdf_Status *status) |
Check if adjacency data is present in the file for the specified element group. | |
hid_t | mhdf_createAdjacency (mhdf_FileHandle file, const char *elem_handle, long adj_list_size, mhdf_Status *status) |
Create adjacency data table for nodes, elements, polys, etc. | |
hid_t | mhdf_openAdjacency (mhdf_FileHandle file, const char *elem_handle, long *adj_list_size_out, mhdf_Status *status) |
Open adjacency data table for nodes, elements, polys, etc. | |
void | mhdf_writeAdjacency (hid_t table_id, long offset, long count, hid_t type, const void *data, mhdf_Status *status) |
Write node/element adjacency data. | |
void | mhdf_writeAdjacencyWithOpt (hid_t table_id, long offset, long count, hid_t type, const void *data, hid_t prop, mhdf_Status *status) |
void | mhdf_readAdjacency (hid_t table_id, long offset, long count, hid_t type, void *data, mhdf_Status *status) |
Read node/element adjacency data. | |
void | mhdf_readAdjacencyWithOpt (hid_t table_id, long offset, long count, hid_t type, void *data, hid_t prop, mhdf_Status *status) |