[MOAB-dev] r4570 - MOAB/trunk/itaps/imesh
jvporter at wisc.edu
jvporter at wisc.edu
Thu Mar 10 14:27:01 CST 2011
Author: jvporter
Date: 2011-03-10 14:27:01 -0600 (Thu, 10 Mar 2011)
New Revision: 4570
Modified:
MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
Log:
Add missing tag function
Modified: MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp 2011-03-10 19:51:24 UTC (rev 4569)
+++ MOAB/trunk/itaps/imesh/iMesh_MOAB.cpp 2011-03-10 20:27:01 UTC (rev 4570)
@@ -1677,6 +1677,16 @@
sizeof(iBase_EntityHandle), err);
}
+ void iMesh_setEntSetESHData (iMesh_Instance instance,
+ /*in*/ iBase_EntitySetHandle entity_set,
+ /*in*/ const iBase_TagHandle tag_handle,
+ /*in*/ const iBase_EntitySetHandle tag_value, int *err)
+ {
+ iMesh_setEntSetData(instance, entity_set, tag_handle,
+ &tag_value,
+ sizeof(iBase_EntitySetHandle), err);
+ }
+
void iMesh_getEntSetData (iMesh_Instance instance,
/*in*/ const iBase_EntitySetHandle entity_set_handle,
/*in*/ const iBase_TagHandle tag_handle,
More information about the moab-dev
mailing list