SCM Repository
View of /branches/vis12/doc/man/diderot-api.5.txt
Parent Directory
|
Revision Log
Revision 2440 -
(download)
(annotate)
Tue Sep 24 19:10:31 2013 UTC (8 years, 9 months ago) by jhr
File size: 894 byte(s)
Tue Sep 24 19:10:31 2013 UTC (8 years, 9 months ago) by jhr
File size: 894 byte(s)
Working on manpages
DIDEROT-API(5) ============== :doctype: manpage NAME ---- Diderot API - the library API for Diderot programs. SYNOPSIS -------- [source,c] ---- typedef struct NS_struct_world NS_World_t; void NS_SetVerbose (NS_World_t *wrld, bool mode); bool NS_GetVerbose (NS_World_t *wrld); uint32_t NS_NumStrands (NS_World_t *wrld); uint32_t NS_NumActive (NS_World_t *wrld); uint32_t NS_NumStable (NS_World_t *wrld); NS_World_t *NS_Init (); bool NS_Initially (NS_World_t *wrld); uint32_t NS_Run (NS_World_t *wrld, uint32_t maxNSteps); void NS_Shutdown (NS_World_t *wrld); bool NS_OutputGet_xxx (NS_World_t *wrld, Nrrd *data); ---- DESCRIPTION ----------- By default, the *diderotc*(1) compiler produces a library with a C API. SEE ALSO -------- *diderotc*(1) teem -- http://teem.sourceforge.net AUTHOR ------ Maintained by the Diderot project (http://diderot-language.cs.uchicago.edu[]).
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |