Changes between Version 3 and Version 4 of barServiceServiceSyntax


Ignore:
Timestamp:
04/01/11 15:58:20 (13 years ago)
Author:
jkowalski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • barServiceServiceSyntax

    v3 v4  
    33== Service methods: == 
    44 
    5 === getCafInfo === 
     5=== [[getCafInfo]] === 
    66 
    77Returns the index file of selected CAF dataset. Index file contains list of structures  
     
    1111{{{ 
    1212getCafInfo?cafDatasetName=<name> 
    13                 [&listStructures=(True|False)] 
    14                 [&listHierarchy=(True|False)] 
    15                 [&listSlides=(True|False)] 
     13         [;listStructures=(True|False)] 
     14         [;listHierarchy=(True|False)] 
     15         [;listSlides=(True|False)] 
    1616}}} 
    1717 
     18=== getReconstruction === 
     19 
     20Returns a model of a given structure from selected dataset as a zip file containing the 
     21reconstruction and short description. 
     22     
     23syntax:: 
     24{{{ 
     25getReconstruction?cafDatasetName=<dataset name> 
     26                 ;structureName=<structure name> 
     27                [;qualityPreset=(low|medium|high)] 
     28                [;outputFormat=(vrml|x3d)] 
     29}}} 
     30 
     31=== getThumbnail === 
     32 
     33Returns a thumbnail of the reconstruction of a given structure available via 
     34getReconstruction in png format. 
     35 
     36syntax:: 
     37{{{ 
     38getThumbnail?cafDatasetName=<dataset name> 
     39            ;structureName=<structure name> 
     40}}} 
     41 
     42=== getCafSlide === 
     43 
     44Returns a SVG image with CAF slide filtered by provided settings. 
     45       
     46syntax:: 
     47{{{ 
     48getCafSlide?cafDatasetName=<dataset name> 
     49           ;slideNumber=<slide number> 
     50          [;structureList=[<structure #1>[,<structure #2>[...]]]] 
     51          [;showLabels=(True|False)] 
     52          [;showMask=(True|False)] 
     53}}} 
friendster counter