00001 /*------------------------------------------------------------------------*/ 00002 /* file: drawSegsEntity.h */ 00003 /* Copyright INRIA 2006 */ 00004 /* Authors : Jean-Baptiste Silvy */ 00005 /* desc : Contains functions needed to draw a segs handle */ 00006 /*------------------------------------------------------------------------*/ 00007 00008 #ifndef _DRAW_SEGS_ENTITY_H_ 00009 #define _DRAW_SEGS_ENTITY_H_ 00010 00011 #include "ObjectStructure.h" 00012 00017 int drawSegsEntity( sciPointObj * pObj ) ; 00018 00026 int computeRealArrowSize( sciPointObj * pSegs, int nbSegs, int xCoord[], int yCoord[] ) ; 00027 00028 #endif /* _DRAW_SEGS_ENTITY_H_ */
1.5.1