File: plugin.xml

package info (click to toggle)
sight 25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,180 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<plugin id="sight::module::filter::point" library="true">
    <extension implements="sight::service::extension::factory">
        <type>sight::service::registerer</type>
        <service>sight::module::filter::point::point_list_registration</service>
        <desc>Register a point list against a reference point list. Each point in the list to register is matched</desc>
    </extension>
</plugin>