- changed the postcondition mask: from MM_ALL -> MM_VERTNUM | MM_FACENUM

This commit is contained in:
Guido Ranzuglia granzuglia 2016-10-24 11:35:35 +00:00
parent 2077963905
commit ed9dba9baf

View File

@ -1,6 +1,6 @@
<MESHLAB_FILTER_INTERFACE mfiVersion="2.0">
<PLUGIN pluginName="FilterScreenedPoissonPlugin" pluginAuthor="Paolo Cignoni" pluginEmail="paolo.cignoni@isti.cnr.it">
<FILTER filterFunction="screenedPoissonSurfaceReconstruction" filterName="Screened Poisson Surface Reconstruction" filterPre="MM_NONE" filterRasterArity="SingleRaster" filterClass="Remeshing" filterPost="MM_ALL" filterArity="Variable" filterIsInterruptible="true">
<FILTER filterFunction="screenedPoissonSurfaceReconstruction" filterName="Screened Poisson Surface Reconstruction" filterPre="MM_NONE" filterRasterArity="SingleRaster" filterClass="Remeshing" filterPost="MM_VERTNUMBER | MM_FACENUMBER" filterArity="Variable" filterIsInterruptible="true">
<FILTER_HELP><![CDATA[This surface reconstruction algorithm
creates watertight surfaces from oriented point sets. In this work we extend the technique to explicitly
incorporate the points as interpolation constraints.