File: README.md

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 (27 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# sight::module::data

This module contains contains several interfaces for data management in XML configurations.

## Services

- **copy**: copies an object and updates its own objects or the defined target.
- **manage**: manages an object (add/swap/remove) into a container object (map, vector, series_set).
- **SeriesSignals**: emits a signal for each added series (the signal contains the added series)
- **select_object**: registers/unregisters the object given by the slots.
- **SGetImage**: extracts an image from a image series.
- **get_camera**: extracts camera parameters from a camera series.
- **get_vector**: extracts objects from a vector.
- **get_series**: extracts series from series database.
- **get_mesh**: extracts meshes from model series.


## CMake

```cmake

add_dependencies(my_target
                ...
                 module_data
)

```