This commit is contained in:
alemuntoni 2023-01-23 11:45:54 +01:00
parent 93cbdf2c91
commit dda65df8b4
15 changed files with 44 additions and 44 deletions

View File

@ -27,8 +27,8 @@ FIRST RELEASE
****************************************************************************/
#ifndef _EQHANDLE_H_
#define _EQHANDLE_H_
#ifndef MESHLAB_EQHANDLE_H
#define MESHLAB_EQHANDLE_H
#include "handle.h"
#include <QDoubleSpinBox>
@ -111,4 +111,4 @@ public slots:
void setXBySpinBoxValueChanged (double spinBoxValue); // changing equalizer spinboxes moves the connected handle
};
#endif // EQHANDLE_H
#endif // MESHLAB_EQHANDLE_H

View File

@ -27,8 +27,8 @@ FIRST RELEASE
****************************************************************************/
#ifndef _HANDLE_H_
#define _HANDLE_H_
#ifndef MESHLAB_HANDLE_H
#define MESHLAB_HANDLE_H
#include <QGraphicsObject>
#include <limits>
@ -70,4 +70,4 @@ private slots:
};
#endif // HANDLE_H
#endif // MESHLAB_HANDLE_H

View File

@ -27,8 +27,8 @@ FIRST RELEASE
****************************************************************************/
#ifndef _QUALITY_MAPPER_PLUGIN_H_
#define _QUALITY_MAPPER_PLUGIN_H_
#ifndef MESHLAB_QUALITY_MAPPER_PLUGIN_H
#define MESHLAB_QUALITY_MAPPER_PLUGIN_H
#include <QObject>
#include <QAction>
@ -62,4 +62,4 @@ public:
bool haveToPick;
};
#endif
#endif // MESHLAB_QUALITY_MAPPER_PLUGIN_H

View File

@ -27,8 +27,8 @@ FIRST RELEASE
****************************************************************************/
#ifndef _QUALITYMAPPER_DIALOG_H_
#define _QUALITYMAPPER_DIALOG_H_
#ifndef MESHLAB_QUALITY_MAPPER_PLUGIN_H
#define MESHLAB_QUALITY_MAPPER_PLUGIN_H
#include <QDockWidget>
#include <QGraphicsItem>
@ -236,4 +236,4 @@ private slots:
bool TfHandleCompare(TFHandle*h1, TFHandle*h2);
#endif // QUALITYMAPPERDIALOG_H
#endif // MESHLAB_QUALITY_MAPPER_PLUGIN_H

View File

@ -27,8 +27,8 @@ FIRST RELEASE
****************************************************************************/
#ifndef _TFHANDLE_H_
#define _TFHANDLE_H_
#ifndef MESHLAB_TFHANDLE_H
#define MESHLAB_TFHANDLE_H
#include "handle.h"
#include "common/transferfunction.h"
@ -80,4 +80,4 @@ private slots:
};
#endif // EQHANDLE_H
#endif // MESHLAB_TFHANDLE_H

View File

@ -1,5 +1,5 @@
#ifndef _ISO_DEFINES
#define _ISO_DEFINES
#ifndef MESHLAB_ISO_DEFINES_H
#define MESHLAB_ISO_DEFINES_H
#define abstraction_num 10
#define flip_factor 1.5f
@ -10,4 +10,4 @@
#define _MESHLAB
#endif
#endif // MESHLAB_ISO_DEFINES_H

View File

@ -1,5 +1,5 @@
#ifndef _DIAMONDPARA
#define _DIAMONDPARA
#ifndef MESHLAB_DIAMONDPARA_H
#define MESHLAB_DIAMONDPARA_H
#include <algorithm>
#include <ctime>
@ -553,4 +553,4 @@ public:
}
};
#endif
#endif // MESHLAB_DIAMONDPARA_H

View File

@ -1,5 +1,5 @@
#ifndef _DIAMONDTOPOLOGY
#define _DIAMONDTOPOLOGY
#ifndef MESHLAB_DIAMONDTOPOLOGY
#define MESHLAB_DIAMONDTOPOLOGY
#include <algorithm>
#include <ctime>
@ -172,4 +172,4 @@ public:
}
};
#endif
#endif // MESHLAB_DIAMONDTOPOLOGY

View File

@ -1,5 +1,5 @@
#ifndef _DIAMSAMPLER
#define _DIAMSAMPLER
#ifndef MESHLAB_DIAMSAMPLER
#define MESHLAB_DIAMSAMPLER
#include <stat_remeshing.h>
#include <vcg/complex/algorithms/clean.h>
@ -222,4 +222,4 @@ public:
};
#endif
#endif // MESHLAB_DIAMSAMPLER

View File

@ -1,5 +1,5 @@
#ifndef _ISO_TRANSFER
#define _ISO_TRANSFER
#ifndef MESHLAB_ISO_TRANSFER
#define MESHLAB_ISO_TRANSFER
#include <iso_parametrization.h>
@ -132,4 +132,4 @@ class IsoTransfer
};
#endif
#endif // MESHLAB_ISO_TRANSFER

View File

@ -1,5 +1,5 @@
#ifndef _LOCAL_OPTIMIZATION
#define _LOCAL_OPTIMIZATION
#ifndef MESHLAB_LOCAL_OPTIMIZATION
#define MESHLAB_LOCAL_OPTIMIZATION
#include "statistics.h"
@ -344,4 +344,4 @@ bool SmartOptimizeStar(typename MeshType::VertexType *center,MeshType &base_doma
OptimizeStar<MeshType>(center,base_domain,accuracy,En);
return true;
}
#endif
#endif // MESHLAB_LOCAL_OPTIMIZATION

View File

@ -1,5 +1,5 @@
#ifndef _OPT_PATCHES
#define _OPT_PATCHES
#ifndef MESHLAB_OPT_PATCHES
#define MESHLAB_OPT_PATCHES
#include <algorithm>
#include <vcg/complex/complex.h>
@ -498,4 +498,4 @@ void OptimizePatches()
}
};
#endif
#endif // MESHLAB_OPT_PATCHES

View File

@ -1,5 +1,5 @@
#ifndef _PARAMETRIZATOR
#define _PARAMETRIZATOR
#ifndef MESHLAB_PARAMETRIZATOR
#define MESHLAB_PARAMETRIZATOR
#include <defines.h>
@ -1273,4 +1273,4 @@ public:
};
#endif
#endif // MESHLAB_PARAMETRIZATOR

View File

@ -1,5 +1,5 @@
#ifndef _ISO_STATISTICS
#define _ISO_STATISTICS
#ifndef MESHLAB_ISO_STATISTICS
#define MESHLAB_ISO_STATISTICS
#include <iso_parametrization.h>
@ -322,4 +322,4 @@ typename MeshType::ScalarType ApproxL2Error(MeshType &mesh)
return sum;
}
#endif
#endif // MESHLAB_ISO_STATISTICS

View File

@ -1,7 +1,7 @@
// to be included in the library
#ifndef __VCGLIB__TEXTCOOORD_OPTIMIZATION
#define __VCGLIB__TEXTCOOORD_OPTIMIZATION
#ifndef MESHLAB_VCGLIB__TEXTCOOORD_OPTIMIZATION
#define MESHLAB_VCGLIB__TEXTCOOORD_OPTIMIZATION
#include <vcg/container/simple_temporary_data.h>