File: plugin.xml

package info (click to toggle)
sight 25.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,252 kB
  • sloc: cpp: 310,629; xml: 17,622; ansic: 9,960; python: 1,379; sh: 144; makefile: 33
file content (18 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin id="sight::module::viz::sample" library="true" autostart="true">
    <requirement id="sight::module::ui::qt" />
    <requirement id="sight::module::viz::scene3d" />
    <requirement id="sight::module::viz::scene3d_qt" />
    <extension implements="sight::service::extension::factory">
        <type>sight::ui::container</type>
        <service>sight::module::viz::sample::image</service>
        <object key="image">sight::data::image</object>
        <desc>Render a 3D negatoscope of a medical image.</desc>
    </extension>

    <extension implements="sight::service::extension::factory">
        <type>sight::ui::container</type>
        <service>sight::module::viz::sample::mesh</service>
        <object key="mesh">sight::data::mesh</object>
        <desc>Render a 3D mesh.</desc>
    </extension>
</plugin>