- Source
Classes
- DicomDataLoader
- FilesLoader
- JSONTextLoader
- MemoryLoader
- MultipartLoader
- RawImageLoader
- RawVideoLoader
- State
- UrlsLoader
- ZipLoader
Members
(static) loaderList
Add to Loader list.
(static) loaderList
Add to Loader list.
- Source
(static) loaderList
Add to Loader list.
(static) loaderList
Add to Loader list.
- Source
(static) loaderList
Add to Loader list.
- Source
(static) loaderList
Add to Loader list.
- Source
Methods
(static) v01Tov02DrawingsAndDetails(inputDrawings) → {object}
Convert drawings from v0.1 to v0.2. v0.1: text on its own v0.2: text as part of label
Name | Type | Description |
---|---|---|
inputDrawings | Array | An array of drawings. |
- Source
The converted drawings.
- Type:
- object
(static) v02Tov03Drawings(drawings) → {object}
Convert drawings from v0.2 to v0.3. v0.2: one layer per slice/frame v0.3: one layer, one group per slice. setDrawing expects the full stage
Name | Type | Description |
---|---|---|
drawings | Array | An array of drawings. |
- Source
The layer with the converted drawings.
- Type:
- object
(static) v02Tov03DrawingsDetails(details) → {object}
Convert drawing details from v0.2 to v0.3.
- v0.2: array [nslices][nframes] with all
- v0.3: simple array of objects referenced by draw ids
Name | Type | Description |
---|---|---|
details | Array | An array of drawing details. |
- Source
The converted drawings.
- Type:
- object
(static) v03Tov04DrawingsDetails(details) → {object}
Convert drawing details from v0.3 to v0.4.
- v0.3: properties at group root
- v0.4: properties in group meta object
Name | Type | Description |
---|---|---|
details | Array | An array of drawing details. |
- Source
The converted drawings.
- Type:
- object
(static) v04Tov05Data(data) → {object}
Convert drawing from v0.4 to v0.5.
- v0.4: position as object
- v0.5: position as array
Name | Type | Description |
---|---|---|
data | Array | An array of drawing. |
- Source
The converted drawings.
- Type:
- object
(static) v04Tov05Drawings(inputDrawings) → {object}
Convert drawing from v0.4 to v0.5.
- v0.4: draw id as 'slice-0_frame-1'
- v0.5: draw id as '#2-0_#3-1''
Name | Type | Description |
---|---|---|
inputDrawings | Array | An array of drawing. |
- Source
The converted drawings.
- Type:
- object