-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create namespace for imageLoader and volumeLoader
remove getVolume from top level export rename setVolumesOnViewports and addVolumesOnViewports rename Utilities to utilities add Enums top level export to cornerstone-render remaining work for Enums for cornerstone render rename Cursors to cursors add annotation name space for annotations add segmentation name space for all seg methods rename setUseCPURender remove error codes and put it in events renamed enums to PascalCase rename all cap enums to PascalCase made orientation as CONSTANT make cpu colormaps a CONSTANT wip for creating enums for csTools rename cornerstoneToolsEvents to Events move BlendModes to Cornerstone core move getVolumeViewportsContainingSameVolumes to utilities change annotation style to annotation config add documentation to cs-image-volume-streaming-loader change createNewSegmentationForViewport to for ToolGroup redo segmentation screenshots with the correct colorLUT rebuild yarn lock
- Loading branch information
Showing
258 changed files
with
4,554 additions
and
4,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
packages/cornerstone-image-loader-streaming-volume/src/helpers/makeVolumeMetadata.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
packages/cornerstone-image-loader-streaming-volume/src/helpers/scaleArray.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
packages/cornerstone-image-loader-streaming-volume/src/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import cornerstoneStreamingImageVolumeLoader from './cornerstoneStreamingImageVolumeLoader' | ||
import sharedArrayBufferImageLoader from './sharedArrayBufferImageLoader' | ||
import StreamingImageVolume from './StreamingImageVolume' | ||
import { registerWebImageLoader } from './registerWebImageLoader' | ||
|
||
export { | ||
cornerstoneStreamingImageVolumeLoader, | ||
sharedArrayBufferImageLoader, | ||
StreamingImageVolume, | ||
registerWebImageLoader, | ||
} |
Oops, something went wrong.