updated callback function for ball pivoting.

This commit is contained in:
Guido Ranzuglia granzuglia 2010-04-29 09:32:22 +00:00
parent 5f756c5896
commit 2bd18b7c73

View File

@ -73,7 +73,7 @@ CleanFilter::~CleanFilter() {
{
switch(filter)
{
case FP_BALL_PIVOTING : return QString("Ball Pivoting Surface Reconstruction");
case FP_BALL_PIVOTING : return QString("Surface Reconstruction: Ball Pivoting");
case FP_REMOVE_WRT_Q : return QString("Remove vertices wrt quality");
case FP_REMOVE_ISOLATED_DIAMETER : return QString("Remove isolated pieces (wrt diameter)");
case FP_REMOVE_ISOLATED_COMPLEXITY : return QString("Remove isolated pieces (wrt face num)");