Changes between Version 54 and Version 55 of barServiceServiceSyntax
- Timestamp:
- 03/07/12 15:02:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceServiceSyntax
v54 v55 5 5 == Available backend services == 6 6 7 8 7 === [wiki:barServiceGetAvailableDatasets getAvailableDatasets] === 9 8 10 Return sAJAX data describing CAF datasets (atlases) available to the user in the service.9 Return AJAX data describing CAF datasets (atlases) available to the user in the service. 11 10 12 11 ==== Example ==== … … 16 15 === [wiki:barServiceGetCafInfo getCafInfo] === 17 16 18 Return sthe index file of selected CAF dataset. Index file contains the list of structures17 Return the index file of selected CAF dataset. Index file contains the list of structures 19 18 available for reconstruction, their hierarchy and the list of slides within the given dataset. 20 19 … … 26 25 === [wiki:barServiceGetReconstruction getReconstruction] === 27 26 28 Return sa model of a given structure from selected dataset as a zip file containing the27 Return a model of a given structure from selected dataset as a zip file containing the 29 28 reconstruction and a short description. 30 29 … … 36 35 === [wiki:barServiceGetPreviewReconstruction getPreviewReconstruction] === 37 36 38 Return sa lightweight model of a given structure from selected dataset as an x3d mesh.37 Return a lightweight model of a given structure from selected dataset as an x3d mesh. 39 38 40 39 ==== Examples ==== … … 45 44 === [wiki:barServiceGetThumbnail getThumbnail] === 46 45 47 Return sa thumbnail of the reconstruction of a given structure available via46 Return a thumbnail of the reconstruction of a given structure available via 48 47 `getReconstruction` in png format. 49 48 … … 59 58 === [wiki:barServiceGetCafSlide getCafSlide] === 60 59 61 Return san SVG image with CAF slide filtered using provided settings.60 Return an SVG image with CAF slide filtered using provided settings. 62 61 63 62 ==== Examples ==== … … 71 70 === [wiki:barServiceQueryReconstruction queryReconstruction] === 72 71 73 Return sAJAX data describing reconstructions in the service matching the criteria.72 Return AJAX data describing reconstructions in the service matching the criteria. 74 73 75 74 ==== Examples ==== … … 81 80 === [wiki:barServiceGetReconstructionByKey getReconstructionByKey] === 82 81 83 Return sreconstruction (stored in the service) of a given service identifier.82 Return reconstruction (stored in the service) of a given service identifier. 84 83 85 84 ==== Example ==== … … 89 88 === [wiki:barServiceGetThumbnailByKey getThumbnailByKey] === 90 89 91 Return sa thumbnail of reconstruction (stored in the service) of a given service identifier in png format.90 Return a thumbnail of reconstruction (stored in the service) of a given service identifier in png format. 92 91 93 92 ==== Example ==== … … 101 100 === [wiki:barServiceGetPreview getPreview] === 102 101 103 Display sa window allowing to manipulate (rotate, zoom, etc.) lightweight version of the reconstuciton.102 Display a window allowing to manipulate (rotate, zoom, etc.) lightweight version of the reconstuciton. 104 103 Note that the web browser has to support [[http://en.wikipedia.org/wiki/WebGL|WebGL]] in order 105 104 to use this feature. … … 113 112 === [wiki:barServiceGetCafInfoPage getCafInfoPage] === 114 113 115 Display sa window containing basic information about CAF dataset.114 Display a window containing basic information about CAF dataset. 116 115 117 116 ==== Examples ====