| 1 |
Source: octaviz
|
| 2 |
Section: math
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Rafael Laboissiere <rafael@debian.org>,
|
| 6 |
Thomas Weber <thomas.weber.mail@gmail.com>,
|
| 7 |
Ólafur Jens Sigurðsson <ojsbug@gmail.com>
|
| 8 |
DM-Upload-Allowed: yes
|
| 9 |
Build-Depends: debhelper (>= 5.0.0), cmake, libvtk5-dev (>= 5.0.1-4),
|
| 10 |
octave3.0-headers (>= 3.0.0-2), lesstif2-dev, cdbs, quilt
|
| 11 |
Standards-Version: 3.8.0
|
| 12 |
Homepage: http://octaviz.sourceforge.net/
|
| 13 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octaviz/trunk
|
| 14 |
Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octaviz/
|
| 15 |
|
| 16 |
Package: octaviz
|
| 17 |
Architecture: any
|
| 18 |
Depends: ${shlibs:Depends}, ${octave:Depends}
|
| 19 |
Suggests: vtkdata (>= 5.0.0)
|
| 20 |
Description: 3D visualization system for Octave
|
| 21 |
Octaviz is a visualization system for Octave. It is a wrapper that
|
| 22 |
makes all VTK classes accessible from within Octave using the same
|
| 23 |
object-oriented syntax as in C++ or Python. Octaviz also provides
|
| 24 |
high-level functions for 2D and 3D visualization. Using those
|
| 25 |
functions, most common visualization tasks (3D surface plots, contour
|
| 26 |
plots etc) can be accomplished without any knowledge about VTK.
|