Go to the documentation of this file.
17 #include <OpenMesh/Core/IO/MeshIO.hh>
36 std::cout <<
"Unable to read file " << filename << std::endl;
39 auto pos_pm =
get(boost::vertex_point, m);
45 main(
int narg,
char **argv)
49 std::cout <<
"Usage: " << argv[0]
50 <<
" filename; filename being an off file." << std::endl;
void testSpanningTreeComparatorSurfaceMesh(const std::string &filename)
FEVV::PCLPointCloudPointMap::value_type get(const FEVV::PCLPointCloudPointMap &pm, FEVV::PCLPointCloudPointMap::key_type key)
Specialization of get(point_map, key) for PCLPointCloud.
Interfaces for plugins These interfaces will be used for different plugins.
static Spanning_tree_vertex_edge_comparator< Graph, PointMap, GeometryTraits > get_spanning_tree_comparator(const Graph &g, const PointMap &pm, bool tie_break_detection=true)
void read_mesh(const std::string &filename, FEVV::CGALPointSet &g, PMapsContainer &pmaps, bool=false)
Load mesh from file.
int main(int narg, char **argv)
FEVV::DataStructures::AIF::AIFMesh Mesh
OpenMesh::PolyMesh_ArrayKernelT< MyTraits > MeshOpenMesh
This class represents an AIF structure. AIF structure can deal with both manifold and non-manifold su...