scicosclip.c File Reference

#include "machine.h"
#include <math.h>
#include "core_math.h"
#include "../../graphics/includes/Graphics.h"
#include "../../graphics/includes/PloEch.h"
#include "../../graphics/includes/Xcall1.h"

Include dependency graph for scicosclip.c:

Go to the source code of this file.

Functions

void C2F() scicosclip (int *n)


Function Documentation

void C2F() scicosclip ( int n  ) 

Definition at line 8 of file scicosclip.c.

References C2F, dr1(), L, n, PD0, and PI0.

Referenced by cmscope(), and cscope().

00009 {
00010   if(*n==1){
00011     C2F(dr1)("xset","clipgrf",PI0,PI0,PI0,PI0, PI0,PI0,PD0,PD0,PD0,PD0,0L,0L);
00012   }
00013   else{
00014     C2F(dr1)("xset","clipoff",PI0,PI0,PI0,PI0, PI0,PI0,PD0,PD0,PD0,PD0,0L,0L);
00015   }
00016 }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Sun Mar 4 16:12:23 2007 for Scilab [trunk] by  doxygen 1.5.1