drawPolylineEntity.h

Go to the documentation of this file.
00001 /*------------------------------------------------------------------------*/
00002 /* file: drawPolylineEntity.h                                             */
00003 /* Copyright INRIA 2006                                                   */
00004 /* Authors : Jean-Baptiste Silvy                                          */
00005 /* desc : Contains functions needed to draw a Polyline handle             */
00006 /*------------------------------------------------------------------------*/
00007 
00008 #ifndef _DRAW_POLYLINE_ENTITY_H_
00009 #define _DRAW_POLYLINE_ENTITY_H_
00010 
00011 #include "ObjectStructure.h"
00012 
00017 int drawPolylineEntity( sciPointObj * pObj ) ;
00018 
00028 int BuildXYZvectForClipping_IfNanOrLogON( sciPointObj *   ppolyline,
00029                                           sciPointObj *   psubwin  ,
00030                                           int         *   nb_curves,
00031                                           double      *** xvect    ,
00032                                           double      *** yvect    ,
00033                                           double      *** zvect    ,
00034                                           int         **  curves_size ) ;
00035 
00036 void Plo2dTo3d(integer type, integer *n1, integer *n2, double x[], double y[], double z[], double xOut[], double yOut[], double zOut[]) ;
00037 
00038 #endif /* _DRAW_POLYLINE_ENTITY_H_ */

Generated on Sun Mar 4 15:03:51 2007 for Scilab [trunk] by  doxygen 1.5.1