[cgma-dev] r2581 - cgm/trunk/itaps

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Mon Jan 26 14:51:13 CST 2009


Author: kraftche
Date: 2009-01-26 14:51:13 -0600 (Mon, 26 Jan 2009)
New Revision: 2581

Modified:
   cgm/trunk/itaps/iGeom.h
Log:
add missing getEntType declaration

Modified: cgm/trunk/itaps/iGeom.h
===================================================================
--- cgm/trunk/itaps/iGeom.h	2009-01-26 20:20:46 UTC (rev 2580)
+++ cgm/trunk/itaps/iGeom.h	2009-01-26 20:51:13 UTC (rev 2581)
@@ -248,6 +248,20 @@
                            int* num_out,
                            int* err );
 
+    /**\brief  Get the entity type for the specified entity
+     *
+     * Get the entity type for the specified entity.  Types
+     * returned are values in the iBase_EntityType enumeration.
+     * \param instance iGeom instance handle
+     * \param entity_handle entity handle being queried
+     * \param *type Pointer to location at which to store the returned type
+     * \param *err Pointer to error type returned from function
+     */
+  void iGeom_getEntType( iGeom_Instance instance,
+                         iBase_EntityHandle entity_handle,
+                         int* type,
+                         int* err );
+
     /**\brief  Get the entity type for the specified entities
      *
      * Get the entity type for the specified entities.  Types



More information about the cgma-dev mailing list