2024-10-16 10:28:19 +02:00
|
|
|
.TH "arrow_t" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
|
|
.ad l
|
|
|
|
.nh
|
|
|
|
.SH NAME
|
2024-10-20 01:05:12 +02:00
|
|
|
arrow_t \- defines an arrow address
|
2024-10-16 10:28:19 +02:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.br
|
|
|
|
.PP
|
|
|
|
.PP
|
|
|
|
\fC#include <base\&.h>\fP
|
|
|
|
.SS "Public Attributes"
|
|
|
|
|
|
|
|
.in +1c
|
|
|
|
.ti -1c
|
|
|
|
.RI "uint \fBload\fP"
|
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
.RI "load (or weight): the number of superimposed arrows "
|
2024-10-16 10:28:19 +02:00
|
|
|
.ti -1c
|
|
|
|
.RI "uint \fBsite\fP"
|
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
.RI "site one site per neighbouring target cell "
|
2024-10-16 10:28:19 +02:00
|
|
|
.ti -1c
|
|
|
|
.RI "uint \fBx\fP"
|
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
.RI "x origin cell coord "
|
2024-10-16 10:28:19 +02:00
|
|
|
.ti -1c
|
|
|
|
.RI "uint \fBy\fP"
|
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
.RI "y origin cell coord "
|
2024-10-16 10:28:19 +02:00
|
|
|
.ti -1c
|
|
|
|
.RI "uint \fBz\fP"
|
|
|
|
.br
|
2024-10-20 01:05:12 +02:00
|
|
|
.RI "z origin cell coord "
|
2024-10-16 10:28:19 +02:00
|
|
|
.in -1c
|
|
|
|
.SH "Detailed Description"
|
|
|
|
.PP
|
2024-10-20 01:05:12 +02:00
|
|
|
defines an arrow address
|
2024-10-16 10:28:19 +02:00
|
|
|
|
|
|
|
.SH "Author"
|
|
|
|
.PP
|
|
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|