00001 /*------------------------------------------------------------------------ 00002 * Graphic library 00003 * Copyright (C) 2003-2004 INRIA/Djalel Abdemouche 00004 * 2005-xxxx INRIA/Jean-Baptiste Silvy 00005 --------------------------------------------------------------------------*/ 00006 00007 #ifndef _PLO3DN_H_ 00008 #define _PLO3DN_H_ 00009 00010 #include "ObjectStructure.h" 00011 00015 void C2F (plot3dn) (sciPointObj * pobj, double *x, double *y, double *z, 00016 integer * p, integer * q, int *DPI) ; 00029 void C2F (fac3dn) (sciPointObj * pobj, double *x, double *y, double *z, 00030 double * cvect, integer * p, integer * q, int *DPI) ; 00031 00032 #endif /* _PLO3DN_H_ */
1.5.1