Skip to content
Snippets Groups Projects
Commit 02f9b4b1 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

OpenVolumeMesh v3.3.0

parent 3def7177
No related branches found
No related tags found
1 merge request!33Ovm v3.3
......@@ -56,7 +56,7 @@
#define DATA_HEXAHEDRAL_MESH typeId("HexahedralMesh")
#include <ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh>
#include <OpenVolumeMesh/Mesh/HexahedralMesh.hh>
#include <OpenVolumeMesh/Core/PropertyDefines.hh>
#include <OpenVolumeMesh/Core/Properties/PropertyPtr.hh>
typedef OpenVolumeMesh::GeometryKernel<ACG::Vec3d, OpenVolumeMesh::HexahedralMeshTopologyKernel> HexahedralMesh;
......
......@@ -54,7 +54,7 @@
#define DATA_POLYHEDRAL_MESH typeId("PolyhedralMesh")
#include <ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh>
#include <OpenVolumeMesh/Mesh/PolyhedralMesh.hh>
#include <OpenVolumeMesh/Core/PropertyDefines.hh>
#include <OpenVolumeMesh/Core/Properties/PropertyPtr.hh>
typedef OpenVolumeMesh::GeometryKernel<ACG::Vec3d, OpenVolumeMesh::TopologyKernel> PolyhedralMesh;
......
......@@ -55,7 +55,7 @@
#define DATA_TETRAHEDRAL_MESH typeId("TetrahedralMesh")
#include <ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh>
#include <OpenVolumeMesh/Mesh/TetrahedralMesh.hh>
#include <OpenVolumeMesh/Core/PropertyDefines.hh>
#include <OpenVolumeMesh/Core/Properties/PropertyPtr.hh>
#include <OpenVolumeMesh/Mesh/TetrahedralGeometryKernel.hh>
typedef OpenVolumeMesh::TetrahedralGeometryKernel<ACG::Vec3d, OpenVolumeMesh::TetrahedralMeshTopologyKernel> TetrahedralMesh;
......
......@@ -48,7 +48,7 @@
#include <ACG/Scenegraph/MaterialNode.hh>
#include <ACG/Scenegraph/DrawModes.hh>
#include <ACG/Geometry/Types/PlaneType.hh>
#include <OpenVolumeMesh/Core/OpenVolumeMeshHandle.hh>
#include <OpenVolumeMesh/Core/Handles.hh>
#include <OpenVolumeMesh/Core/BaseEntities.hh>
#include <OpenVolumeMesh/Attribs/StatusAttrib.hh>
#include <OpenVolumeMesh/Attribs/ColorAttrib.hh>
......
Subproject commit 583f93535914c24098f842fe0fb2f32746660b5e
Subproject commit 14a5a253419e5327ee1600551ddf4ae95cc4e118
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment