Registry / utility / openmesh

openmesh

JSON →
library10.0vcpkgunverified

A generic and efficient polygon mesh data structure.

vcpkg install openmesh
INSTALL
IMPORT
SIG · OPENMESH
O
openmesh
utilitycppv10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenMesh/Core/Mesh/PolyMeshT.hh
#include <OpenMesh/Core/Mesh/PolyMeshT.hh>

Load a polygon mesh from an OBJ file

#include <OpenMesh/Core/IO/MeshIO.hh> #include <OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh> int main() { OpenMesh::PolyMesh_ArrayKernelT<> mesh; OpenMesh::IO::read_mesh(mesh, "input.obj"); return 0; }
Debug
Known issues
gotchaOpenMesh requires linking against OpenMeshCore and OpenMeshTools libraries; header-only usage is not supported.
fix
Ensure you link against OpenMesh::OpenMesh in CMake.
affects: *
Upgrade
Version history
10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

openmesh — pip install openmesh · libregistry