Noether  0.0.0
Loading...
Searching...
No Matches
noether::SubMeshExtractor Struct Referenceabstract

Base class for extracting a submesh from a mesh given a set of boundary points. More...

#include <subset_extractor.h>

Inheritance diagram for noether::SubMeshExtractor:

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.
 

Detailed Description

Base class for extracting a submesh from a mesh given a set of boundary points.

Member Function Documentation

◆ extract()

virtual pcl::PolygonMesh noether::SubMeshExtractor::extract ( const pcl::PolygonMesh &  mesh,
const Eigen::MatrixX3d &  boundary 
) const
pure virtual

Extracts a submesh from a mesh given a set of boundary points.

Parameters
mesh
boundary- ordered 3D points (row-wise) defining a closed boundary polygon
Returns

Implemented in noether::ExtrudedPolygonSubMeshExtractor.