From 87a0137efa0ffc97cf3175e49d1d8c63025d166a Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Mon, 23 Jan 2006 09:09:30 +0000 Subject: [PATCH] commented code --- src/meshlab/glarea.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/meshlab/glarea.cpp b/src/meshlab/glarea.cpp index a9e6dd628..c7cd98416 100644 --- a/src/meshlab/glarea.cpp +++ b/src/meshlab/glarea.cpp @@ -24,8 +24,11 @@ History $Log$ +Revision 1.77 2006/01/23 09:09:30 fmazzant +commented code + Revision 1.76 2006/01/23 08:56:49 fmazzant -added GetMeshInfoString(mask meshmodel). +added GetMeshInfoString(int mask_meshmodel). This member shows the information of the Mesh in terms of VC,VQ,FC,FQ,WT where: VC = VertColor,VQ = VertQuality,FC = FaceColor,FQ = FaceQuality,WT = WedgTexCoord @@ -320,6 +323,11 @@ GLArea::GLArea(QWidget *parent) clipRatioNear=1; } +/* + This member returns the information of the Mesh in terms of VC,VQ,FC,FQ,WT + where: + VC = VertColor,VQ = VertQuality,FC = FaceColor,FQ = FaceQuality,WT = WedgTexCoord +*/ QString GLArea::GetMeshInfoString(int mask) { QString info;