SCM Repository
Diff of /branches/vis12/doc/man/diderot-api.5.txt
Parent Directory
|
Revision Log
|
Patch
revision 2439, Tue Sep 24 18:37:56 2013 UTC | revision 2440, Tue Sep 24 19:10:31 2013 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | Diderot API - the library API for Diderot programs. | Diderot API - the library API for Diderot programs. |
9 | ||
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | ||
14 | [source,c] | |
15 | ---- | |
16 | typedef struct NS_struct_world NS_World_t; | |
17 | ||
18 | void NS_SetVerbose (NS_World_t *wrld, bool mode); | |
19 | bool NS_GetVerbose (NS_World_t *wrld); | |
20 | ||
21 | uint32_t NS_NumStrands (NS_World_t *wrld); | |
22 | uint32_t NS_NumActive (NS_World_t *wrld); | |
23 | uint32_t NS_NumStable (NS_World_t *wrld); | |
24 | ||
25 | NS_World_t *NS_Init (); | |
26 | bool NS_Initially (NS_World_t *wrld); | |
27 | uint32_t NS_Run (NS_World_t *wrld, uint32_t maxNSteps); | |
28 | void NS_Shutdown (NS_World_t *wrld); | |
29 | ||
30 | bool NS_OutputGet_xxx (NS_World_t *wrld, Nrrd *data); | |
31 | ---- | |
32 | ||
33 | DESCRIPTION | DESCRIPTION |
34 | ----------- | ----------- |
35 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |