00001 /*------------------------------------------------------------------------*/ 00002 /* file: drawSurfaceEntity.h */ 00003 /* Copyright INRIA 2006 */ 00004 /* Authors : Jean-Baptiste Silvy */ 00005 /* desc : Contains functions needed to draw a surface handle */ 00006 /*------------------------------------------------------------------------*/ 00007 00008 #ifndef _DRAW_SURFACE_ENTITY_H_ 00009 #define _DRAW_SURFACE_ENTITY_H_ 00010 00011 #include "ObjectStructure.h" 00012 00017 int drawSurfaceEntity( sciPointObj * pObj ) ; 00018 00019 #endif /* _DRAW_SURFACE_ENTITY_H_ */
1.5.1