Home
last modified time | relevance | path

Searched defs:PolygonMesh (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/
H A DPolygonMesh.h14 struct PolygonMesh struct
16 PolygonMesh () in PolygonMesh() argument
25 /** \brief Inplace concatenate two pcl::PolygonMesh argument
31 concatenate (pcl::PolygonMesh &mesh1, const pcl::PolygonMesh &mesh2) in concatenate() argument
67 concatenate (const PolygonMesh &mesh1, in concatenate() argument
98 using ConstPtr = shared_ptr<const ::pcl::PolygonMesh>; argument
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_polygon_mesh.cpp49 TEST(PolygonMesh, concatenate_header) in TEST() argument
66 TEST(PolygonMesh, concatenate_cloud) in TEST() argument
92 TEST(PolygonMesh, concatenate_vertices) in TEST() argument
/dports/math/cgal/CGAL-5.3/examples/Subdivision_method_3/
H A DSqrt3_subdivision.cpp15 typedef CGAL::Surface_mesh<Kernel::Point_3> PolygonMesh; typedef
H A DCatmullClark_subdivision.cpp15 typedef CGAL::Surface_mesh<Kernel::Point_3> PolygonMesh; typedef
H A DDooSabin_subdivision.cpp16 typedef CGAL::Polyhedron_3<Kernel> PolygonMesh; typedef
H A DLoop_subdivision.cpp15 typedef CGAL::Surface_mesh<Kernel::Point_3> PolygonMesh; typedef
H A DCustomized_subdivision.cpp15 typedef CGAL::Surface_mesh<Kernel::Point_3> PolygonMesh; typedef
23 typedef Poly PolygonMesh; typedef in WLoop_mask_3
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/geometry/include/pcl/geometry/
H A Dpolygon_mesh.h114 PolygonMesh() : Base(), add_triangle_(3), add_quad_(4) {} in PolygonMesh() function
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Snapping/
H A Dhelper.h47const typename GetGeomTraits<PolygonMesh, NamedParameters>::type::FT tolerance, in assign_tolerance_with_local_edge_length_bound()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dnamed_params_helper.h79 type get_impl(const PropertyTag&, PolygonMesh&, CGAL::Tag_false) in get_impl() argument
89 , const PolygonMesh&, CGAL::Tag_false) in get_const_pmap_impl()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/geometry/
H A Dtest_mesh_conversion.cpp317 using PolygonMesh = pcl::geometry::PolygonMesh<Traits>; in TYPED_TEST() typedef
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/dxf/
H A Dqgsdxfexport.h165 PolygonMesh = 32, //!< The polygon mesh is closed in the N direction enumerator
/dports/graphics/qgis/qgis-3.22.3/src/core/dxf/
H A Dqgsdxfexport.h166 PolygonMesh = 32, //!< The polygon mesh is closed in the N direction enumerator
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DPoissonRecon.cpp127 PolygonMesh( "polygonMesh" ) , variable
H A DSurfaceTrimmer.cpp45 cmdLineReadable PolygonMesh( "polygonMesh" ); variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DSurfaceTrimmer.cpp47 cmdLineReadable PolygonMesh( "polygonMesh" ); variable
H A DPoissonRecon.cpp127 PolygonMesh( "polygonMesh" ) , variable
H A DSSDRecon.cpp127 PolygonMesh( "polygonMesh" ) , variable
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A DWeights.h903 Uniform_weight_fairing(PolygonMesh&) in Uniform_weight_fairing() argument