- Source:
Classes
- DicomDataLoader
- FilesLoader
- JSONTextLoader
- MemoryLoader
- RawImageLoader
- RawVideoLoader
- State
- UrlsLoader
- ZipLoader
Members
(static) loaderList
- Source:
Add to Loader list.
(static) loaderList
- Source:
Add to Loader list.
(static) loaderList
- Source:
Add to Loader list.
(static) loaderList
- Source:
Add to Loader list.
(static) loaderList
- Source:
Add to Loader list.
Methods
(static) v01Tov02DrawingsAndDetails(inputDrawings) → {object}
- Source:
Convert drawings from v0.1 to v0.2. v0.1: text on its own v0.2: text as part of label
Parameters:
Name | Type | Description |
---|---|---|
inputDrawings |
Array | An array of drawings. |
Returns:
The converted drawings.
- Type
- object
(static) v02Tov03Drawings(drawings) → {object}
- Source:
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
Parameters:
Name | Type | Description |
---|---|---|
drawings |
Array | An array of drawings. |
Returns:
The layer with the converted drawings.
- Type
- object
(static) v02Tov03DrawingsDetails(details) → {object}
- Source:
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
Parameters:
Name | Type | Description |
---|---|---|
details |
Array | An array of drawing details. |
Returns:
The converted drawings.
- Type
- object
(static) v03Tov04DrawingsDetails(details) → {object}
- Source:
Convert drawing details from v0.3 to v0.4.
- v0.3: properties at group root
- v0.4: properties in group meta object
Parameters:
Name | Type | Description |
---|---|---|
details |
Array | An array of drawing details. |
Returns:
The converted drawings.
- Type
- object
(static) v04Tov05Data(data) → {object}
- Source:
Convert drawing from v0.4 to v0.5.
- v0.4: position as object
- v0.5: position as array
Parameters:
Name | Type | Description |
---|---|---|
data |
Array | An array of drawing. |
Returns:
The converted drawings.
- Type
- object
(static) v04Tov05Drawings(inputDrawings) → {object}
- Source:
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''
Parameters:
Name | Type | Description |
---|---|---|
inputDrawings |
Array | An array of drawing. |
Returns:
The converted drawings.
- Type
- object