File: plugin.xml

package info (click to toggle)
sight 25.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 42,184 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (10 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<plugin id="sight::module::io::dicom" library="true">
    <requirement id="sight::module::service" />

    <extension implements="sight::service::extension::factory">
        <type>sight::io::service::reader</type>
        <service>sight::module::io::dicom::reader</service>
        <object>sight::data::series_set</object>
        <desc>DICOM Reader</desc>
    </extension>
</plugin>