#include <file-handle.h>
Public Attributes | |
uint32_t | magic |
hid_t | hdf_handle |
int | open_handle_count |
hid_t | id_type |
long | max_id |
MOAB, a Mesh-Oriented datABase, is a software component for creating, storing and accessing finite element mesh data.
Copyright 2004 Sandia Corporation. Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Definition at line 29 of file file-handle.h.
hid_t struct_FileHandle::hdf_handle |
Definition at line 32 of file file-handle.h.
Referenced by create_tag_common(), get_elem_type_enum(), get_tag(), get_tag_type(), mhdf_addElement(), mhdf_alloc_FileHandle(), mhdf_checkOpenHandles(), mhdf_closeFile(), mhdf_createAdjacency(), mhdf_createDenseTagData(), mhdf_createFile(), mhdf_createNodeCoords(), mhdf_createSetChildren(), mhdf_createSetData(), mhdf_createSetMeta(), mhdf_createSetParents(), mhdf_elem_group_from_handle(), mhdf_getElemHandles(), mhdf_getNumberTags(), mhdf_getTagNames(), mhdf_haveAdjacency(), mhdf_haveDenseTag(), mhdf_haveNodes(), mhdf_haveSets(), mhdf_openAdjacency(), mhdf_openDenseTagData(), mhdf_openFileWithOpt(), mhdf_openNodeCoords(), mhdf_openNodeCoordsSimple(), mhdf_openSetChildren(), mhdf_openSetData(), mhdf_openSetMeta(), mhdf_openSetMetaSimple(), mhdf_openSetParents(), mhdf_readHistory(), mhdf_write_max_id(), mhdf_writeHistory(), and scan_for_max_id().
hid_t struct_FileHandle::id_type |
Definition at line 34 of file file-handle.h.
Referenced by get_tag(), mhdf_alloc_FileHandle(), mhdf_createAdjacency(), mhdf_createConnectivity(), mhdf_createPolyConnectivity(), mhdf_createSetChildren(), mhdf_createSetData(), and mhdf_createSetParents().
uint32_t struct_FileHandle::magic |
Definition at line 31 of file file-handle.h.
Referenced by mhdf_alloc_FileHandle(), and mhdf_check_valid_file().
long struct_FileHandle::max_id |
Definition at line 35 of file file-handle.h.
Referenced by mhdf_alloc_FileHandle(), mhdf_createConnectivity(), mhdf_createFile(), mhdf_createNodeCoords(), mhdf_createPolyConnectivity(), mhdf_createSetMeta(), mhdf_getNextStartId(), mhdf_openFileWithOpt(), mhdf_write_max_id(), and scan_for_max_id().
int struct_FileHandle::open_handle_count |
Definition at line 33 of file file-handle.h.
Referenced by mhdf_alloc_FileHandle(), mhdf_closeData(), mhdf_createConnectivity(), mhdf_createNodeCoords(), mhdf_createPolyConnectivity(), mhdf_createSetMeta(), mhdf_openConnectivity(), mhdf_openConnectivitySimple(), mhdf_openNodeCoords(), mhdf_openNodeCoordsSimple(), mhdf_openPolyConnectivity(), mhdf_openSetMeta(), and mhdf_openSetMetaSimple().