From 11921ff04c6613e2e981ed358cff20000c9ba7f4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Feb 2008 10:25:54 +0000 Subject: [PATCH] - declaration of new functions added --- src/h5/t_readwrite.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/h5/t_readwrite.h b/src/h5/t_readwrite.h index 00e2502..e138607 100644 --- a/src/h5/t_readwrite.h +++ b/src/h5/t_readwrite.h @@ -35,12 +35,29 @@ H5t_store_vertex ( const h5_float64_t P[3] ); +h5_id_t +H5t_get_num_vertices ( + h5_file * f + ); + +h5_id_t +H5t_get_vertex ( + h5_file * f, + h5_id_t * const id, + h5_float64_t * const P[3] + ); + h5_size_t H5t_add_num_tets ( h5_file * f, const h5_size_t num ) ; +h5_size_t +H5t_get_num_tets ( + h5_file * f + ); + h5_id_t H5t_store_tet ( h5_file * f, @@ -50,6 +67,14 @@ H5t_store_tet ( const h5_id_t vertex_ids[4] /*!< tuple with vertex id's */ ); +h5_id_t +H5t_get_tet ( + h5_file * f, + h5_id_t * const id, + h5_id_t * const parent_id, + h5_id_t * const vertex_ids[4] + ); + h5_id_t _h5t_open_mesh ( h5_file * f