~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/scicos/scicos_link.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH scicos_link  "Janvier 1997" "Scilab Group" "Scicos data structure"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
scicos_link - Scicos link data structure
 
5
.SH DEFINITION
 
6
.nf
 
7
lnk=list('Link',xx,yy,'drawlink',id,[0,0],ct,from,to)
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP 10
 
11
"Link"
 
12
: keyword used to define list as a Scicos link representation
 
13
.TP
 
14
xx
 
15
: vector of x coordinates of the link path.
 
16
.TP
 
17
yy
 
18
: vector of y coordinates of the link path.
 
19
.TP
 
20
id
 
21
: Character string, the link id
 
22
.TP
 
23
ct
 
24
: 2 x 1 vector, \fV[color,typ]\fR where \fVcolor\fR defines the color
 
25
used for the link drawing and \fVtyp\fR defines its type (0 for
 
26
regular link ,1 for event link).
 
27
.TP
 
28
from
 
29
: 2 x 1 vector, \fV[block,port]\fR where \fVblock\fR is the index of
 
30
the block at the origin of the link and \fVport\fR is the index of the
 
31
port.
 
32
.TP
 
33
to
 
34
: 2 x 1 vector, \fV[block,port]\fR where \fVblock\fR is the index of
 
35
the block at the end of the link and \fVport\fR is the index of the
 
36
port.
 
37
.SH DESCRIPTION
 
38
Scicos editor creates and uses for each link a data structure
 
39
containing all information relative to the graphic interface and
 
40
interconnection information. Each of them are stored in the Scicos
 
41
editor main data structure. Index of these in Scicos
 
42
editor main data structure is given by the creation order.
 
43
.SH SEE ALSO
 
44
scicos, scicos_main, scicos_graphics, scicos_model
 
45