mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
Updated after the removal of the enum bit vertexborder and faceborder
This commit is contained in:
parent
68ec3c9e0a
commit
a9dbe7337c
@ -103,7 +103,7 @@ class AngleEdgePred
|
||||
|
||||
// tests angle predicate over current edge
|
||||
bool operator()(face::Pos<CMeshO::FaceType> ep) const {
|
||||
if(ep.f->IsB(ep.z)) return true;
|
||||
if(ep.IsBorder()) return true;
|
||||
|
||||
// the angle between the two face normals in degrees
|
||||
double ffangle = math::ToDeg(vcg::Angle(ep.f->N(), ep.f->FFp(ep.z)->N()));
|
||||
|
||||
@ -46,8 +46,7 @@ class GeometryAgingPlugin : public QObject, public MeshFilterInterface
|
||||
virtual QString filterInfo(FilterIDType filter) const;
|
||||
virtual QString filterName(FilterIDType filter) const;
|
||||
|
||||
virtual int getRequirements(QAction *) {return (MeshModel::MM_FACEMARK |
|
||||
MeshModel::MM_FACEFACETOPO | MeshModel::MM_FACEFLAGBORDER | MeshModel::MM_VERTCURV);}
|
||||
virtual int getRequirements(QAction *) {return (MeshModel::MM_FACEMARK | MeshModel::MM_FACEFACETOPO | MeshModel::MM_VERTCURV);}
|
||||
virtual void initParameterSet(QAction *action, MeshModel &m, RichParameterSet ¶ms);
|
||||
virtual bool applyFilter(QAction *filter, MeshDocument &md, RichParameterSet ¶ms, vcg::CallBackPos *cb);
|
||||
virtual FilterClass getClass(QAction *);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user