![]() |
Noether
0.0.0
|
Extracts the submesh with the vertices captured inside an extruded polygon defined by the input boundary points. More...
#include <extruded_polygon_subset_extractor.h>
Public Member Functions | |
pcl::PolygonMesh | extract (const pcl::PolygonMesh &mesh, const Eigen::MatrixX3d &boundary) const override |
Extracts a submesh from a mesh given a set of boundary points. | |
Public Attributes | |
ExtrudedPolygonSubsetExtractor | extractor |
Extracts the submesh with the vertices captured inside an extruded polygon defined by the input boundary points.
|
overridevirtual |
Extracts a submesh from a mesh given a set of boundary points.
mesh | |
boundary | - ordered 3D points (row-wise) defining a closed boundary polygon |
Implements noether::SubMeshExtractor.