File: control

package info (click to toggle)
imagevis3d 3.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,844 kB
  • ctags: 43,121
  • sloc: cpp: 125,470; ansic: 83,889; sh: 959; python: 557; perl: 467; xml: 258; makefile: 117
file content (44 lines) | stat: -rw-r--r-- 1,801 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: imagevis3d
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: bison,
               cxxtest,
               debhelper (>= 10),
               flex,
               libboost-serialization-dev,
               libbz2-dev,
               libglew-dev,
               libjpeg-dev,
               liblua5.2-dev,
               liblz4-dev,
               liblzma-dev,
               libqt4-dev,
               libqt4-opengl-dev,
               libtclap-dev,
               libtiff5-dev | libtiff-dev,
               libz-dev,
               lzma-dev,
               qt4-qmake
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/imagevis3d/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/imagevis3d/trunk/
Homepage: http://www.imagevis3d.com

Package: imagevis3d
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: desktop volume rendering application for large data
 ImageVis3D is a volume rendering application specifically designed to render
 large data.  This is achieved by splitting the dataset into multiple levels of
 detail (LoD), with each level itself decomposed into multiple bricks (atomic
 rendering primitive).  Interaction occurs at the coarsest LoD, which can be
 rendered instantaneously on almost all modern systems.  After a configurable
 delay, ImageVis3D will successively render finer levels of detail, until the
 data are visible at their native resolution.
 .
 Development of ImageVis3D is sponsored by the NIH/NCRR Center for Integrative
 Biomedical Computing (CIBC), and the DOE Visualization And Analytics Center for
 Enabling Technologies (VACET).