Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lucas SCHMIDT
sight
Commits
f1dafbf8
Verified
Commit
f1dafbf8
authored
Sep 24, 2021
by
Didier WECKMANN
Committed by
Flavien BRIDAULT-LOUCHEZ
Sep 28, 2021
Browse files
style: remove leading "::" from sight namespaces
parent
242eb14f
Pipeline
#181095
failed with stages
in 1 second
Changes
841
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
activities/io/dicom/rc/configurations/2DLocalPreviewConfig.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
2DLocalPreviewConfig
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
@@ -57,7 +57,7 @@
<service
uid=
"sliderIndexDicomPullerEditor"
type=
"sight::module::ui::dicom::SSliceIndexDicomEditor"
>
<in
key=
"series"
uid=
"${objectID}"
/>
<out
key=
"image"
uid=
"image"
/>
<config
dicomReader=
"
::
sight::module::io::dicom::SSeriesDBReader"
delay=
"200"
cacheUID=
"${FILE_CACHE}"
>
<config
dicomReader=
"sight::module::io::dicom::SSeriesDBReader"
delay=
"200"
cacheUID=
"${FILE_CACHE}"
>
<readerConfig>
<config>
<showLogDialog>
false
</showLogDialog>
...
...
activities/io/dicom/rc/configurations/2DPacsPreviewConfig.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
2DPacsPreviewConfig
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/io/dicom/rc/configurations/DicomFiltering.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
DicomFiltering
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/io/dicom/rc/configurations/DicomPacsReader.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
DicomPacsReader
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/io/dicom/rc/configurations/DicomPacsWriter.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
DicomPacsWriter
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/io/dicom/rc/configurations/DicomPreview.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
DicomPreview
</id>
<parameters>
<param
name=
"ICON_PATH"
/>
...
...
activities/io/dicom/rc/configurations/PacsConfigurationManager.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
PacsConfigurationManager
</id>
<parameters>
<param
name=
"PACS_CONFIGURATION"
/>
...
...
activities/io/dicom/rc/plugin.xml
View file @
f1dafbf8
...
...
@@ -12,7 +12,7 @@
<xi:include
href=
"configurations/DicomFiltering.xml"
xmlns:xi=
"http://www.w3.org/2003/XInclude"
/>
<xi:include
href=
"configurations/DicomPreview.xml"
xmlns:xi=
"http://www.w3.org/2003/XInclude"
/>
<extension
implements=
"
::
sight::activity::extension::Activity"
>
<extension
implements=
"sight::activity::extension::Activity"
>
<id>
DicomPacsReader
</id>
<title>
Dicom PACS Reader
</title>
<desc>
Dicom PACS Reader activity
</desc>
...
...
@@ -24,7 +24,7 @@
</appConfig>
</extension>
<extension
implements=
"
::
sight::activity::extension::Activity"
>
<extension
implements=
"sight::activity::extension::Activity"
>
<id>
DicomPacsWriter
</id>
<title>
Dicom PACS Writer
</title>
<desc>
Dicom Pacs Writer activity
</desc>
...
...
@@ -36,7 +36,7 @@
</appConfig>
</extension>
<extension
implements=
"
::
sight::service::extension::Config"
>
<extension
implements=
"sight::service::extension::Config"
>
<id>
DicomPacsReaderConfig
</id>
<desc>
Reader configuration to convert retrieved DicomSeries to ImageSeries
</desc>
<config>
...
...
@@ -44,7 +44,7 @@
</config>
</extension>
<extension
implements=
"
::
sight::activity::extension::Activity"
>
<extension
implements=
"sight::activity::extension::Activity"
>
<id>
DicomFiltering
</id>
<title>
DICOM Filtering
</title>
<desc>
DICOM Filtering activity
</desc>
...
...
@@ -56,7 +56,7 @@
</appConfig>
</extension>
<extension
implements=
"
::
sight::service::extension::Config"
>
<extension
implements=
"sight::service::extension::Config"
>
<id>
IOSelectorServiceConfigVRRenderExtDicomSeriesDBReader
</id>
<service>
sight::module::ui::base::io::SSelector
</service>
<desc>
IOSelectorService config for DICOM Filtering Activity
</desc>
...
...
@@ -68,7 +68,7 @@
</config>
</extension>
<extension
implements=
"
::
sight::service::extension::Config"
>
<extension
implements=
"sight::service::extension::Config"
>
<id>
DicomReaderConfig
</id>
<desc>
DICOM Reader Config
</desc>
<config>
...
...
@@ -76,5 +76,5 @@
<mode>
direct
</mode>
</config>
</extension>
</plugin>
activities/io/dicomweb/rc/configurations/2DDicomWebPreviewConfig.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
2DDicomWebPreviewConfig
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
@@ -42,7 +42,7 @@
<inout
key=
"image"
uid=
"image"
/>
<config
layer=
"defaultLayer"
priority=
"0"
orientation=
"axial"
/>
</service>
<!-- *************************** End generic scene *************************** -->
<service
uid=
"imageDumpLocker"
type=
"sight::module::memory::LockDumpSrv"
>
...
...
@@ -57,7 +57,7 @@
<inout
key=
"series"
uid=
"${objectID}"
/>
<out
key=
"image"
uid=
"image"
/>
<server>
%PACS_SERVER_HOSTNAME%:%PACS_SERVER_PORT%
</server>
<config
dicomReader=
"
::
sight::module::io::dicom::SSeriesDBReader"
>
<config
dicomReader=
"sight::module::io::dicom::SSeriesDBReader"
>
<readerConfig>
<config>
<showLogDialog>
false
</showLogDialog>
...
...
activities/io/dicomweb/rc/configurations/DicomWebReader.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
activity_io_dicomweb
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
@@ -118,7 +118,7 @@
<service
uid=
"pullSeriesController"
type=
"sight::module::io::dicomweb::SSeriesPuller"
>
<in
key=
"selectedSeries"
uid=
"previewSelections"
/>
<inout
key=
"seriesDB"
uid=
"localSeriesDB"
/>
<config
dicomReader=
"
::
sight::module::io::dicom::SSeriesDBReader"
readerConfig=
"DicomWebReaderConfig"
/>
<config
dicomReader=
"sight::module::io::dicom::SSeriesDBReader"
readerConfig=
"DicomWebReaderConfig"
/>
<server>
%PACS_SERVER_HOSTNAME%:%PACS_SERVER_PORT%
</server>
</service>
...
...
activities/io/dicomweb/rc/configurations/DicomWebWriter.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
DicomWebWriterActivity
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/io/dicomweb/rc/plugin.xml
View file @
f1dafbf8
...
...
@@ -8,7 +8,7 @@
<xi:include
href=
"configurations/DicomWebWriter.xml"
xmlns:xi=
"http://www.w3.org/2003/XInclude"
/>
<xi:include
href=
"configurations/2DDicomWebPreviewConfig.xml"
xmlns:xi=
"http://www.w3.org/2003/XInclude"
/>
<extension
implements=
"
::
sight::activity::extension::Activity"
>
<extension
implements=
"sight::activity::extension::Activity"
>
<id>
activity_io_dicomweb
</id>
<title>
DicomWeb Reader
</title>
<desc>
DicomWeb Reader activity
</desc>
...
...
@@ -20,7 +20,7 @@
</appConfig>
</extension>
<extension
implements=
"
::
sight::service::extension::Config"
>
<extension
implements=
"sight::service::extension::Config"
>
<id>
DicomWebReaderConfig
</id>
<desc>
Reader configuration to convert retrieved DicomSeries to ImageSeries
</desc>
<config>
...
...
@@ -28,7 +28,7 @@
</config>
</extension>
<extension
implements=
"
::
sight::activity::extension::Activity"
>
<extension
implements=
"sight::activity::extension::Activity"
>
<id>
DicomWebWriterActivity
</id>
<title>
DicomWeb Writer
</title>
<desc>
DicomWeb Writer activity
</desc>
...
...
activities/navigation/calibration/rc/configurations/calExtrinsicCharucoView.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calExtrinsicCharucoView
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/navigation/calibration/rc/configurations/calExtrinsicView.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calExtrinsicView
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
@@ -353,7 +353,7 @@
<inout
key=
"data"
uid=
"exportExtrinsicMat"
/>
<type
mode=
"writer"
/>
<selection
mode=
"include"
/>
<addSelection
service=
"
::
sight::module::io::matrix::Matrix4WriterService"
/>
<addSelection
service=
"sight::module::io::matrix::Matrix4WriterService"
/>
</service>
<service
uid=
"calibrationInfoEditorSrv"
type=
"sight::module::ui::qt::calibration::SCalibrationInfoEditor"
>
...
...
activities/navigation/calibration/rc/configurations/calIntrinsicCharucoView.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calIntrinsicCharucoView
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/navigation/calibration/rc/configurations/calIntrinsicView.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calIntrinsicView
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/navigation/calibration/rc/configurations/calibration.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calibration
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/navigation/calibration/rc/configurations/calibrationCharuco.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calibrationCharuco
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/navigation/calibration/rc/configurations/calibrationEdition.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
calibrationEdition
</id>
<parameters>
<param
name=
"WID_PARENT"
/>
...
...
activities/navigation/calibration/rc/configurations/displayImageConfig.xml
View file @
f1dafbf8
<extension
implements=
"
::
sight::service::extension::AppConfig"
>
<extension
implements=
"sight::service::extension::AppConfig"
>
<id>
displayImageConfig
</id>
<parameters>
<param
name=
"CLOSE_CONFIG_CHANNEL"
default=
"DummyChannel"
/>
...
...
Prev
1
2
3
4
5
…
43
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment