MEPP2 Project
|
#include "FEVV/Wrappings/Geometry_traits_openmesh.h"
#include <OpenMesh/Core/IO/MeshIO.hh>
#include <CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h>
#include <CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h>
#include "FEVV/Wrappings/Graph_traits_extension_openmesh.h"
#include "FEVV/Wrappings/properties_openmesh.h"
#include "FEVV/Filters/Generic/generic_reader.hpp"
#include "FEVV/Filters/Generic/generic_writer.hpp"
#include "FEVV/Tools/IO/FileUtilities.hpp"
#include "Testing/Utils/utils_are_meshes_identical.hpp"
#include "Testing/Utils/utils_identical_text_based_files.hpp"
#include <iostream>
#include <string>
Go to the source code of this file.
Macros | |
#define | CGAL_USE_OM_POINTS |
Typedefs | |
using | MeshT = OpenMesh::PolyMesh_ArrayKernelT< > |
Functions | |
int | main (int argc, const char **argv) |
#define CGAL_USE_OM_POINTS |
Definition at line 11 of file test_generic_writer_openmesh.cpp.
using MeshT = OpenMesh::PolyMesh_ArrayKernelT< > |
Definition at line 32 of file test_generic_writer_openmesh.cpp.
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 36 of file test_generic_writer_openmesh.cpp.