![]() |
Noether
0.0.0
|
Base class for extracting a submesh from a mesh given a set of boundary points. More...
#include <subset_extractor.h>
Public Member Functions | |
virtual pcl::PolygonMesh | extract (const pcl::PolygonMesh &mesh, const Eigen::MatrixX3d &boundary) const =0 |
Extracts a submesh from a mesh given a set of boundary points. | |
Base class for extracting a submesh from a mesh given a set of boundary points.
|
pure virtual |
Extracts a submesh from a mesh given a set of boundary points.
mesh | |
boundary | - ordered 3D points (row-wise) defining a closed boundary polygon |
Implemented in noether::ExtrudedPolygonSubMeshExtractor.