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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
Source: openmesh
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libopengl-dev,
freeglut3-dev,
libqt5opengl5-dev
Build-Depends-Indep: doxygen,
texlive-latex-base,
texlive-latex-extra,
graphviz,
ghostscript
Standards-Version: 4.6.0
Homepage: http://www.openmesh.org
Vcs-Git: https://salsa.debian.org/science-team/openmesh.git
Vcs-Browser: https://salsa.debian.org/science-team/openmesh
Package: libopenmesh11.0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tools for representing and manipulating polygonal meshes
OpenMesh is a generic and efficient data structure for representing and
manipulating polygonal meshes. It was designed with the following goals in
mind:
.
- Flexibility: provide a basis for many different algorithms without the need
for adaptation.
.
- Efficiency: maximize time efficiency while keeping memory usage as low as
possible.
.
- Ease of use: wrap complex internal structure in an easy-to-use interface.
.
OpenMesh provides the following features:
.
- Representation of arbitrary polygonal (the general case) and pure triangle
meshes (providing more efficient, specialized algorithms)
.
- Explicit representation of vertices, halfedges, edges and faces.
.
- Fast neighborhood access, especially the one-ring neighborhood
.
- Highly customizable
.
- Choose your coordinate type (dimension and scalar type)
- Attach user-defined elements/functions to the mesh elements.
- Attach and check for attributes
- Attach data at runtime using dynamic properties.
.
This package provides the shared library
Package: libopenmesh-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh11.0 (= ${binary:Version}),
libeigen3-dev,
libopenscenegraph-dev
Suggests: libopenmesh-doc, libopenmesh-apps
Description: Tools for representing and manipulating polygonal meshes
OpenMesh is a generic and efficient data structure for representing and
manipulating polygonal meshes. It was designed with the following goals in
mind:
.
- Flexibility: provide a basis for many different algorithms without the need
for adaptation.
.
- Efficiency: maximize time efficiency while keeping memory usage as low as
possible.
.
- Ease of use: wrap complex internal structure in an easy-to-use interface.
.
OpenMesh provides the following features:
.
- Representation of arbitrary polygonal (the general case) and pure triangle
meshes (providing more efficient, specialized algorithms)
.
- Explicit representation of vertices, halfedges, edges and faces.
.
- Fast neighborhood access, especially the one-ring neighborhood
.
- Highly customizable
.
- Choose your coordinate type (dimension and scalar type)
- Attach user-defined elements/functions to the mesh elements.
- Attach and check for attributes
- Attach data at runtime using dynamic properties.
.
This package provides the development files library
Package: libopenmesh-apps
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmesh11.0 (= ${binary:Version})
Description: Tools for representing and manipulating polygonal meshes
OpenMesh is a generic and efficient data structure for representing and
manipulating polygonal meshes. It was designed with the following goals in
mind:
.
- Flexibility: provide a basis for many different algorithms without the need
for adaptation.
.
- Efficiency: maximize time efficiency while keeping memory usage as low as
possible.
.
- Ease of use: wrap complex internal structure in an easy-to-use interface.
.
OpenMesh provides the following features:
.
- Representation of arbitrary polygonal (the general case) and pure triangle
meshes (providing more efficient, specialized algorithms)
.
- Explicit representation of vertices, halfedges, edges and faces.
.
- Fast neighborhood access, especially the one-ring neighborhood
.
- Highly customizable
.
- Choose your coordinate type (dimension and scalar type)
- Attach user-defined elements/functions to the mesh elements.
- Attach and check for attributes
- Attach data at runtime using dynamic properties.
.
This package provides the executable tools
Package: libopenmesh-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Suggests: libopenmesh-dev (= ${binary:Version}), libopenmesh-apps (= ${binary:Version})
Multi-Arch: foreign
Description: Tools for representing and manipulating polygonal meshes
OpenMesh is a generic and efficient data structure for representing and
manipulating polygonal meshes. It was designed with the following goals in
mind:
.
- Flexibility: provide a basis for many different algorithms without the need
for adaptation.
.
- Efficiency: maximize time efficiency while keeping memory usage as low as
possible.
.
- Ease of use: wrap complex internal structure in an easy-to-use interface.
.
OpenMesh provides the following features:
.
- Representation of arbitrary polygonal (the general case) and pure triangle
meshes (providing more efficient, specialized algorithms)
.
- Explicit representation of vertices, halfedges, edges and faces.
.
- Fast neighborhood access, especially the one-ring neighborhood
.
- Highly customizable
.
- Choose your coordinate type (dimension and scalar type)
- Attach user-defined elements/functions to the mesh elements.
- Attach and check for attributes
- Attach data at runtime using dynamic properties.
.
This package provides the HTML documentation
|