Skip to content
Snippets Groups Projects
Commit 2681e12a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

win32 build fix

parent 53fc4eef
Branches
Tags
No related merge requests found
...@@ -89,13 +89,12 @@ Options${OBJEXT}: Options.cpp GmshDefines.h ../Geo/GModel.h ../Geo/GVertex.h \ ...@@ -89,13 +89,12 @@ Options${OBJEXT}: Options.cpp GmshDefines.h ../Geo/GModel.h ../Geo/GVertex.h \
../Mesh/PartitionOptions.h Options.h ../Post/ColorTable.h \ ../Mesh/PartitionOptions.h Options.h ../Post/ColorTable.h \
DefaultOptions.h ../Mesh/Field.h ../Post/PView.h \ DefaultOptions.h ../Mesh/Field.h ../Post/PView.h \
../Mesh/BackgroundMesh.h ../Post/PViewOptions.h ../Post/ColorTable.h \ ../Mesh/BackgroundMesh.h ../Post/PViewOptions.h ../Post/ColorTable.h \
../Post/PViewData.h ../Post/adaptiveData.h ../Common/ListUtils.h \ ../Post/PViewData.h ../Numeric/GmshMatrix.h ../Common/GmshMessage.h \
../Numeric/GmshMatrix.h ../Common/GmshMessage.h \ ../Post/adaptiveData.h ../Common/ListUtils.h ../Plugin/PluginManager.h \
../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \ ../Plugin/Plugin.h ../Common/Options.h ../Post/PViewDataList.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Fltk/GUI.h \ ../Post/PViewData.h ../Fltk/GUI.h ../Fltk/Solvers.h \
../Fltk/Solvers.h ../Fltk/menuWindow.h ../Fltk/popupButton.h \ ../Fltk/menuWindow.h ../Fltk/popupButton.h ../Fltk/graphicWindow.h \
../Fltk/graphicWindow.h ../Fltk/openglWindow.h \ ../Fltk/openglWindow.h ../Graphics/drawContext.h ../Fltk/optionWindow.h \
../Graphics/drawContext.h ../Fltk/optionWindow.h \
../Fltk/spherePositionWidget.h ../Fltk/colorbarWindow.h \ ../Fltk/spherePositionWidget.h ../Fltk/colorbarWindow.h \
../Fltk/solverWindow.h ../Fltk/manipWindow.h ../Fltk/messageWindow.h \ ../Fltk/solverWindow.h ../Fltk/manipWindow.h ../Fltk/messageWindow.h \
../Fltk/contextWindow.h ../Fltk/clippingWindow.h ../Fltk/contextWindow.h ../Fltk/clippingWindow.h
...@@ -127,7 +126,8 @@ OpenFile${OBJEXT}: OpenFile.cpp GmshMessage.h ../Geo/Geo.h \ ...@@ -127,7 +126,8 @@ OpenFile${OBJEXT}: OpenFile.cpp GmshMessage.h ../Geo/Geo.h \
../Geo/GEntity.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h Context.h \ ../Geo/GEntity.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h Context.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h OpenFile.h \ ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h OpenFile.h \
CommandLine.h ../Graphics/ReadImg.h OS.h StringUtils.h \ CommandLine.h ../Graphics/ReadImg.h OS.h StringUtils.h \
../Parser/Parser.h ../Post/PView.h ../Post/PViewData.h ../Fltk/GUI.h \ ../Parser/Parser.h ../Post/PView.h ../Post/PViewData.h \
../Numeric/GmshMatrix.h ../Common/GmshMessage.h ../Fltk/GUI.h \
../Fltk/Draw.h ../Fltk/Draw.h
CreateFile${OBJEXT}: CreateFile.cpp GmshMessage.h ../Geo/GModel.h \ CreateFile${OBJEXT}: CreateFile.cpp GmshMessage.h ../Geo/GModel.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
......
...@@ -108,8 +108,9 @@ graphicWindow${OBJEXT}: graphicWindow.cpp GUI.h graphicWindow.h openglWindow.h \ ...@@ -108,8 +108,9 @@ graphicWindow${OBJEXT}: graphicWindow.cpp GUI.h graphicWindow.h openglWindow.h \
../Graphics/drawContext.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Graphics/drawContext.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
shortcutWindow.h menuWindow.h popupButton.h messageWindow.h \ shortcutWindow.h menuWindow.h popupButton.h messageWindow.h \
manipWindow.h extraDialogs.h Draw.h ../Post/PView.h ../Post/PViewData.h \ manipWindow.h extraDialogs.h Draw.h ../Post/PView.h ../Post/PViewData.h \
../Common/OS.h ../Common/Options.h ../Post/ColorTable.h \ ../Numeric/GmshMatrix.h ../Common/GmshMessage.h ../Common/OS.h \
../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h ../Common/Options.h ../Post/ColorTable.h ../Common/Context.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
openglWindow${OBJEXT}: openglWindow.cpp openglWindow.h ../Graphics/drawContext.h \ openglWindow${OBJEXT}: openglWindow.cpp openglWindow.h ../Graphics/drawContext.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h graphicWindow.h manipWindow.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h graphicWindow.h manipWindow.h \
contextWindow.h ../Common/GmshDefines.h ../Common/GmshMessage.h \ contextWindow.h ../Common/GmshDefines.h ../Common/GmshMessage.h \
...@@ -193,7 +194,7 @@ pluginWindow${OBJEXT}: pluginWindow.cpp GUI.h Draw.h pluginWindow.h \ ...@@ -193,7 +194,7 @@ pluginWindow${OBJEXT}: pluginWindow.cpp GUI.h Draw.h pluginWindow.h \
../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \ ../Plugin/PluginManager.h ../Plugin/Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PViewDataList.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Common/Context.h \ ../Numeric/GmshMatrix.h ../Common/ListUtils.h ../Common/Context.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
statisticsWindow${OBJEXT}: statisticsWindow.cpp GUI.h Draw.h statisticsWindow.h \ statisticsWindow${OBJEXT}: statisticsWindow.cpp GUI.h Draw.h statisticsWindow.h \
shortcutWindow.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ shortcutWindow.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
......
...@@ -595,8 +595,8 @@ void partition_dialog() ...@@ -595,8 +595,8 @@ void partition_dialog()
} }
// Label // Label
{ {
Fl_Box *const o = new Fl_Box(2*WB + 2*BB + IW, y, 0, BH, Fl_Box *const o = new Fl_Box
"Topology\ndimensions"); (2*WB + 2*BB + IW, y, 0, BH, "Topology\ndimensions");
o->align(FL_ALIGN_RIGHT); o->align(FL_ALIGN_RIGHT);
} }
y += BH + WB + 2; // +2 for multiline labels y += BH + WB + 2; // +2 for multiline labels
...@@ -657,27 +657,27 @@ void partition_dialog() ...@@ -657,27 +657,27 @@ void partition_dialog()
y += BH + WB; y += BH + WB;
// Parameters // Parameters
{ {
Fl_Check_Button *const o = new Fl_Check_Button(WB, y, 2*WB, BH, Fl_Check_Button *const o = new Fl_Check_Button
"Refine partition"); (WB, y, 2*WB, BH, "Refine partition");
dlg.checkButtonRefPart = o; dlg.checkButtonRefPart = o;
o->align(FL_ALIGN_RIGHT); o->align(FL_ALIGN_RIGHT);
} }
{ {
Fl_Check_Button *const o = new Fl_Check_Button(2*WB + 2*BB, y, 2*WB, BH, Fl_Check_Button *const o = new Fl_Check_Button
"Internal vertices"); (2*WB + 2*BB, y, 2*WB, BH, "Internal vertices");
dlg.checkButtonIntVert = o; dlg.checkButtonIntVert = o;
o->align(FL_ALIGN_RIGHT); o->align(FL_ALIGN_RIGHT);
} }
y += BH; y += BH;
{ {
Fl_Check_Button *const o = new Fl_Check_Button(WB, y, 2*WB, BH, Fl_Check_Button *const o = new Fl_Check_Button
"Refine map"); (WB, y, 2*WB, BH, "Refine map");
dlg.checkButtonRefMap = o; dlg.checkButtonRefMap = o;
o->align(FL_ALIGN_RIGHT); o->align(FL_ALIGN_RIGHT);
} }
{ {
Fl_Check_Button *const o = new Fl_Check_Button(2*WB + 2*BB, y, 2*WB, BH, Fl_Check_Button *const o = new Fl_Check_Button
"Terminal propogation"); (2*WB + 2*BB, y, 2*WB, BH, "Terminal propogation");
dlg.checkButtonTermProp = o; dlg.checkButtonTermProp = o;
o->callback((Fl_Callback *)partition_opt_spectralcheck_cb, &dlg); o->callback((Fl_Callback *)partition_opt_spectralcheck_cb, &dlg);
o->align(FL_ALIGN_RIGHT); o->align(FL_ALIGN_RIGHT);
...@@ -731,8 +731,8 @@ void partition_dialog() ...@@ -731,8 +731,8 @@ void partition_dialog()
} }
// Refinement algorithm // Refinement algorithm
{ {
Fl_Choice *const o = new Fl_Choice(2*WB + 2*BB, y, BB, BH, Fl_Choice *const o = new Fl_Choice
"Refinement\nalgorithm"); (2*WB + 2*BB, y, BB, BH, "Refinement\nalgorithm");
dlg.choiceRefineAlg = o; dlg.choiceRefineAlg = o;
o->menu(metisRefineAlgMenu); o->menu(metisRefineAlgMenu);
o->align(FL_ALIGN_RIGHT); o->align(FL_ALIGN_RIGHT);
......
...@@ -62,7 +62,8 @@ Trackball${OBJEXT}: Trackball.cpp Trackball.h ...@@ -62,7 +62,8 @@ Trackball${OBJEXT}: Trackball.cpp Trackball.h
Iso${OBJEXT}: Iso.cpp ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h Iso${OBJEXT}: Iso.cpp ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h
ReadImg${OBJEXT}: ReadImg.cpp ReadImg.h ../Common/GmshMessage.h ../Post/PView.h \ ReadImg${OBJEXT}: ReadImg.cpp ReadImg.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Common/ListUtils.h
drawContext${OBJEXT}: drawContext.cpp ../Common/GmshMessage.h drawContext.h \ drawContext${OBJEXT}: drawContext.cpp ../Common/GmshMessage.h drawContext.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h Trackball.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h Trackball.h \
../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \ ../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \
...@@ -106,9 +107,9 @@ drawPost${OBJEXT}: drawPost.cpp drawContext.h ../Geo/SBoundingBox3d.h \ ...@@ -106,9 +107,9 @@ drawPost${OBJEXT}: drawPost.cpp drawContext.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Common/GmshMessage.h ../Numeric/Numeric.h \ ../Geo/SPoint3.h ../Common/GmshMessage.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h Iso.h ../Post/PView.h \ ../Numeric/NumericEmbedded.h Iso.h ../Post/PView.h \
../Post/PViewOptions.h ../Post/ColorTable.h ../Post/PViewData.h \ ../Post/PViewOptions.h ../Post/ColorTable.h ../Post/PViewData.h \
../Common/VertexArray.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Numeric/GmshMatrix.h ../Common/VertexArray.h ../Geo/SVector3.h \
../Common/SmoothData.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Geo/SPoint3.h ../Common/SmoothData.h ../Common/Context.h \
../Mesh/PartitionOptions.h gl2ps.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h gl2ps.h
drawAxes${OBJEXT}: drawAxes.cpp drawContext.h ../Geo/SBoundingBox3d.h \ drawAxes${OBJEXT}: drawAxes.cpp drawContext.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ ../Geo/SPoint3.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \ ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
...@@ -122,11 +123,13 @@ drawAxes${OBJEXT}: drawAxes.cpp drawContext.h ../Geo/SBoundingBox3d.h \ ...@@ -122,11 +123,13 @@ drawAxes${OBJEXT}: drawAxes.cpp drawContext.h ../Geo/SBoundingBox3d.h \
../Numeric/NumericEmbedded.h gl2ps.h ../Numeric/NumericEmbedded.h gl2ps.h
drawScales${OBJEXT}: drawScales.cpp drawContext.h ../Geo/SBoundingBox3d.h \ drawScales${OBJEXT}: drawScales.cpp drawContext.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Post/PView.h ../Post/PViewOptions.h \ ../Geo/SPoint3.h ../Post/PView.h ../Post/PViewOptions.h \
../Post/ColorTable.h ../Post/PViewData.h ../Common/Context.h \ ../Post/ColorTable.h ../Post/PViewData.h ../Numeric/GmshMatrix.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h gl2ps.h ../Common/GmshMessage.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h gl2ps.h
drawGraph2d${OBJEXT}: drawGraph2d.cpp drawContext.h ../Geo/SBoundingBox3d.h \ drawGraph2d${OBJEXT}: drawGraph2d.cpp drawContext.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Post/PView.h ../Post/PViewOptions.h \ ../Geo/SPoint3.h ../Post/PView.h ../Post/PViewOptions.h \
../Post/ColorTable.h ../Post/PViewData.h gl2ps.h ../Common/Context.h \ ../Post/ColorTable.h ../Post/PViewData.h ../Numeric/GmshMatrix.h \
../Common/GmshMessage.h gl2ps.h ../Common/Context.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h ../Numeric/Numeric.h \ ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
drawGlyph${OBJEXT}: drawGlyph.cpp drawContext.h ../Geo/SBoundingBox3d.h \ drawGlyph${OBJEXT}: drawGlyph.cpp drawContext.h ../Geo/SBoundingBox3d.h \
......
...@@ -111,7 +111,8 @@ Field${OBJEXT}: Field.cpp ../Common/Context.h ../Geo/CGNSOptions.h \ ...@@ -111,7 +111,8 @@ Field${OBJEXT}: Field.cpp ../Common/Context.h ../Geo/CGNSOptions.h \
../Geo/GEntity.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \ ../Geo/GEntity.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \
../Common/GmshMessage.h ../Post/OctreePost.h ../Common/Octree.h \ ../Common/GmshMessage.h ../Post/OctreePost.h ../Common/Octree.h \
../Common/OctreeInternals.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Common/OctreeInternals.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/MVertex.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Geo/MVertex.h ../Geo/SPoint2.h \
../Geo/SPoint3.h
gmshSmoothHighOrder${OBJEXT}: gmshSmoothHighOrder.cpp HighOrder.h \ gmshSmoothHighOrder${OBJEXT}: gmshSmoothHighOrder.cpp HighOrder.h \
../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \ ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
......
...@@ -53,17 +53,18 @@ depend: ...@@ -53,17 +53,18 @@ depend:
rm -f Makefile.new rm -f Makefile.new
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
Gmsh.tab${OBJEXT}: Gmsh.tab.cpp ../Common/GmshMessage.h ../Common/MallocUtils.h \ Gmsh.tab${OBJEXT}: Gmsh.tab.cpp ../Common/GmshMessage.h ../Numeric/GmshMatrix.h \
../Common/ListUtils.h ../Common/TreeUtils.h ../Common/avl.h \ ../Common/MallocUtils.h ../Common/ListUtils.h ../Common/TreeUtils.h \
../Common/ListUtils.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \ ../Common/avl.h ../Common/ListUtils.h ../Numeric/Numeric.h \
../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \ ../Numeric/NumericEmbedded.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \ ../Mesh/PartitionOptions.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GPoint.h \
../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h \ ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \
../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h \ ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \
../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h \ ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \ ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/Geo.h ../Common/GmshDefines.h \ ../Geo/SBoundingBox3d.h ../Geo/Geo.h ../Common/GmshDefines.h \
../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \ ../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \ ../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \
......
...@@ -4,15 +4,14 @@ ...@@ -4,15 +4,14 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include <vector> #include <vector>
#include "Annotate.h"
#include "Context.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include <FL/gl.h> #include <FL/gl.h>
#include "drawContext.h" #include "drawContext.h"
#include "Draw.h" #include "Draw.h"
#include "GUI.h" #include "GUI.h"
#endif #endif
#include "Annotate.h"
#include "Context.h"
extern Context_T CTX; extern Context_T CTX;
......
...@@ -4,19 +4,17 @@ ...@@ -4,19 +4,17 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include <math.h> #include <math.h>
#include "OctreePost.h"
#include "CutParametric.h"
#include "Context.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include <FL/gl.h> #include <FL/gl.h>
#include "drawContext.h" #include "drawContext.h"
#include "Draw.h" #include "Draw.h"
#endif #endif
#if defined(HAVE_MATH_EVAL) #if defined(HAVE_MATH_EVAL)
#include "matheval.h" #include "matheval.h"
#endif #endif
#include "OctreePost.h"
#include "CutParametric.h"
#include "Context.h"
extern Context_T CTX; extern Context_T CTX;
......
...@@ -3,14 +3,13 @@ ...@@ -3,14 +3,13 @@
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include "CutPlane.h"
#include "Context.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include <FL/gl.h> #include <FL/gl.h>
#include "drawContext.h" #include "drawContext.h"
#include "Draw.h" #include "Draw.h"
#endif #endif
#include "CutPlane.h"
#include "Context.h"
extern Context_T CTX; extern Context_T CTX;
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include <string.h> #include <string.h>
#include "CutSphere.h"
#include "Context.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include <FL/gl.h> #include <FL/gl.h>
//FIXME: workaround faulty fltk installs //FIXME: workaround faulty fltk installs
//#include <FL/glu.h> //#include <FL/glu.h>
#ifdef __APPLE__ #ifdef __APPLE__
...@@ -19,6 +15,8 @@ ...@@ -19,6 +15,8 @@
#endif #endif
#include "Draw.h" #include "Draw.h"
#endif #endif
#include "CutSphere.h"
#include "Context.h"
extern Context_T CTX; extern Context_T CTX;
......
...@@ -63,12 +63,12 @@ depend: ...@@ -63,12 +63,12 @@ depend:
Plugin${OBJEXT}: Plugin.cpp Plugin.h ../Common/Options.h ../Post/ColorTable.h \ Plugin${OBJEXT}: Plugin.cpp Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h
PluginManager${OBJEXT}: PluginManager.cpp Plugin.h ../Common/Options.h \ PluginManager${OBJEXT}: PluginManager.cpp Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h PluginManager.h CutMap.h Levelset.h CutGrid.h \ ../Common/ListUtils.h PluginManager.h CutMap.h Levelset.h CutGrid.h \
StreamLines.h CutPlane.h CutParametric.h CutSphere.h Skin.h \ StreamLines.h CutPlane.h CutParametric.h CutSphere.h Skin.h \
../Common/TreeUtils.h ../Common/avl.h ../Common/ListUtils.h Extract.h \ ../Common/TreeUtils.h ../Common/avl.h ../Common/ListUtils.h Extract.h \
ExtractElements.h ExtractEdges.h HarmonicToTime.h ModulusPhase.h \ ExtractElements.h ExtractEdges.h HarmonicToTime.h ModulusPhase.h \
...@@ -81,84 +81,80 @@ PluginManager${OBJEXT}: PluginManager.cpp Plugin.h ../Common/Options.h \ ...@@ -81,84 +81,80 @@ PluginManager${OBJEXT}: PluginManager.cpp Plugin.h ../Common/Options.h \
Levelset${OBJEXT}: Levelset.cpp Levelset.h Plugin.h ../Common/Options.h \ Levelset${OBJEXT}: Levelset.cpp Levelset.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h MakeSimplex.h ../Numeric/Numeric.h \ ../Common/ListUtils.h MakeSimplex.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Post/adaptiveData.h ../Numeric/NumericEmbedded.h ../Post/adaptiveData.h
CutPlane${OBJEXT}: CutPlane.cpp CutPlane.h Levelset.h Plugin.h \ CutPlane${OBJEXT}: CutPlane.cpp ../Graphics/drawContext.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Fltk/Draw.h CutPlane.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ Levelset.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Post/PView.h ../Post/PViewDataList.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Common/Context.h \ ../Post/PViewData.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \ ../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
../Graphics/drawContext.h ../Fltk/Draw.h CutSphere${OBJEXT}: CutSphere.cpp ../Fltk/Draw.h CutSphere.h Levelset.h Plugin.h \
CutSphere${OBJEXT}: CutSphere.cpp CutSphere.h Levelset.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Common/Context.h \ ../Numeric/GmshMatrix.h ../Common/ListUtils.h ../Common/Context.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h ../Fltk/Draw.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
CutMap${OBJEXT}: CutMap.cpp CutMap.h Levelset.h Plugin.h ../Common/Options.h \ CutMap${OBJEXT}: CutMap.cpp CutMap.h Levelset.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Common/ListUtils.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h ../Mesh/PartitionOptions.h
Smooth${OBJEXT}: Smooth.cpp Smooth.h Plugin.h ../Common/Options.h \ Smooth${OBJEXT}: Smooth.cpp Smooth.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/ListUtils.h
CutParametric${OBJEXT}: CutParametric.cpp ../Post/OctreePost.h \ CutParametric${OBJEXT}: CutParametric.cpp ../Graphics/drawContext.h \
../Common/Octree.h ../Common/OctreeInternals.h CutParametric.h Plugin.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Fltk/Draw.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Post/OctreePost.h ../Common/Octree.h ../Common/OctreeInternals.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ CutParametric.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Post/PView.h ../Post/PViewDataList.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Common/Context.h \ ../Post/PViewData.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \ ../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
../Graphics/drawContext.h ../Fltk/Draw.h
Lambda2${OBJEXT}: Lambda2.cpp Lambda2.h Plugin.h ../Common/Options.h \ Lambda2${OBJEXT}: Lambda2.cpp Lambda2.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Numeric/Numeric.h \ ../Common/ListUtils.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h
../Numeric/NumericEmbedded.h
Eigenvectors${OBJEXT}: Eigenvectors.cpp Eigenvectors.h Plugin.h \ Eigenvectors${OBJEXT}: Eigenvectors.cpp Eigenvectors.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Numeric/Numeric.h \ ../Numeric/GmshMatrix.h ../Common/ListUtils.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/EigSolve.h ../Numeric/NumericEmbedded.h ../Numeric/EigSolve.h
Eigenvalues${OBJEXT}: Eigenvalues.cpp Eigenvalues.h Plugin.h ../Common/Options.h \ Eigenvalues${OBJEXT}: Eigenvalues.cpp Eigenvalues.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Numeric/Numeric.h \ ../Common/ListUtils.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h
../Numeric/NumericEmbedded.h StreamLines${OBJEXT}: StreamLines.cpp ../Graphics/drawContext.h \
StreamLines${OBJEXT}: StreamLines.cpp StreamLines.h Plugin.h ../Common/Options.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Fltk/Draw.h StreamLines.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Common/GmshMessage.h ../Post/PView.h ../Post/PViewDataList.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Post/PViewData.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Numeric/GmshMatrix.h ../Post/OctreePost.h ../Common/Octree.h \ ../Post/OctreePost.h ../Common/Octree.h ../Common/OctreeInternals.h \
../Common/OctreeInternals.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \
../Mesh/PartitionOptions.h ../Post/PViewOptions.h ../Post/ColorTable.h \ ../Post/PViewOptions.h ../Post/ColorTable.h
../Graphics/drawContext.h ../Fltk/Draw.h
CutGrid${OBJEXT}: CutGrid.cpp ../Post/OctreePost.h ../Common/Octree.h \ CutGrid${OBJEXT}: CutGrid.cpp ../Post/OctreePost.h ../Common/Octree.h \
../Common/OctreeInternals.h CutGrid.h Plugin.h ../Common/Options.h \ ../Common/OctreeInternals.h CutGrid.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Common/ListUtils.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h ../Graphics/drawContext.h ../Fltk/Draw.h ../Mesh/PartitionOptions.h ../Graphics/drawContext.h ../Fltk/Draw.h
Transform${OBJEXT}: Transform.cpp Transform.h Plugin.h ../Common/Options.h \ Transform${OBJEXT}: Transform.cpp Transform.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/ListUtils.h
LongitudeLatitude${OBJEXT}: LongitudeLatitude.cpp LongitudeLatitude.h Plugin.h \ LongitudeLatitude${OBJEXT}: LongitudeLatitude.cpp LongitudeLatitude.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h
Triangulate${OBJEXT}: Triangulate.cpp ../Geo/GModel.h ../Geo/GVertex.h \ Triangulate${OBJEXT}: Triangulate.cpp ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GPoint.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GPoint.h \
...@@ -171,34 +167,34 @@ Triangulate${OBJEXT}: Triangulate.cpp ../Geo/GModel.h ../Geo/GVertex.h \ ...@@ -171,34 +167,34 @@ Triangulate${OBJEXT}: Triangulate.cpp ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/GFace.h ../Mesh/DivideAndConquer.h ../Common/GmshMessage.h \ ../Geo/GFace.h ../Mesh/DivideAndConquer.h ../Common/GmshMessage.h \
../Geo/MVertex.h ../Geo/SPoint2.h ../Geo/SPoint3.h Triangulate.h \ ../Geo/MVertex.h ../Geo/SPoint2.h ../Geo/SPoint3.h Triangulate.h \
Plugin.h ../Common/Options.h ../Post/ColorTable.h ../Post/PView.h \ Plugin.h ../Common/Options.h ../Post/ColorTable.h ../Post/PView.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Common/ListUtils.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Common/ListUtils.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h ../Mesh/PartitionOptions.h
Warp${OBJEXT}: Warp.cpp Warp.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \ Warp${OBJEXT}: Warp.cpp Warp.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Common/ListUtils.h ../Numeric/GmshMatrix.h \ ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Common/SmoothData.h ../Numeric/Numeric.h \ ../Common/SmoothData.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
SphericalRaise${OBJEXT}: SphericalRaise.cpp SphericalRaise.h Plugin.h \ SphericalRaise${OBJEXT}: SphericalRaise.cpp SphericalRaise.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Numeric/Numeric.h \ ../Numeric/GmshMatrix.h ../Common/ListUtils.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
Skin${OBJEXT}: Skin.cpp Skin.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \ Skin${OBJEXT}: Skin.cpp Skin.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Common/ListUtils.h ../Numeric/GmshMatrix.h \ ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Common/TreeUtils.h ../Common/avl.h ../Common/ListUtils.h \ ../Common/TreeUtils.h ../Common/avl.h ../Common/ListUtils.h \
../Common/MallocUtils.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Common/MallocUtils.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h ../Mesh/PartitionOptions.h
GSHHS${OBJEXT}: GSHHS.cpp GSHHS.h Plugin.h ../Common/Options.h \ GSHHS${OBJEXT}: GSHHS.cpp GSHHS.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Mesh/Field.h ../Geo/GModel.h \ ../Common/ListUtils.h ../Mesh/Field.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ ../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \ ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \
...@@ -208,19 +204,19 @@ GSHHS${OBJEXT}: GSHHS.cpp GSHHS.h Plugin.h ../Common/Options.h \ ...@@ -208,19 +204,19 @@ GSHHS${OBJEXT}: GSHHS.cpp GSHHS.h Plugin.h ../Common/Options.h \
Extract${OBJEXT}: Extract.cpp Extract.h Plugin.h ../Common/Options.h \ Extract${OBJEXT}: Extract.cpp Extract.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/ListUtils.h
ExtractElements${OBJEXT}: ExtractElements.cpp ExtractElements.h Plugin.h \ ExtractElements${OBJEXT}: ExtractElements.cpp ExtractElements.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Numeric/Numeric.h \ ../Numeric/GmshMatrix.h ../Common/ListUtils.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
ExtractEdges${OBJEXT}: ExtractEdges.cpp ExtractEdges.h Plugin.h \ ExtractEdges${OBJEXT}: ExtractEdges.cpp ExtractEdges.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Mesh/BDS.h \ ../Numeric/GmshMatrix.h ../Common/ListUtils.h ../Mesh/BDS.h \
../Geo/GFace.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GFace.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \ ../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/GEntity.h \ ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/GEntity.h \
...@@ -230,20 +226,20 @@ ExtractEdges${OBJEXT}: ExtractEdges.cpp ExtractEdges.h Plugin.h \ ...@@ -230,20 +226,20 @@ ExtractEdges${OBJEXT}: ExtractEdges.cpp ExtractEdges.h Plugin.h \
MakeSimplex${OBJEXT}: MakeSimplex.cpp MakeSimplex.h Plugin.h ../Common/Options.h \ MakeSimplex${OBJEXT}: MakeSimplex.cpp MakeSimplex.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/ListUtils.h
Evaluate${OBJEXT}: Evaluate.cpp Evaluate.h Plugin.h ../Common/Options.h \ Evaluate${OBJEXT}: Evaluate.cpp Evaluate.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Post/OctreePost.h ../Common/Octree.h \ ../Common/ListUtils.h ../Post/OctreePost.h ../Common/Octree.h \
../Common/OctreeInternals.h ../Common/OctreeInternals.h
FieldView${OBJEXT}: FieldView.cpp FieldView.h Plugin.h ../Common/Options.h \ FieldView${OBJEXT}: FieldView.cpp FieldView.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Mesh/Field.h ../Geo/GModel.h \ ../Common/ListUtils.h ../Mesh/Field.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ ../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \ ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \
...@@ -253,54 +249,53 @@ FieldView${OBJEXT}: FieldView.cpp FieldView.h Plugin.h ../Common/Options.h \ ...@@ -253,54 +249,53 @@ FieldView${OBJEXT}: FieldView.cpp FieldView.h Plugin.h ../Common/Options.h \
Integrate${OBJEXT}: Integrate.cpp Integrate.h Plugin.h ../Common/Options.h \ Integrate${OBJEXT}: Integrate.cpp Integrate.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Post/shapeFunctions.h ../Numeric/Numeric.h \ ../Common/ListUtils.h ../Post/shapeFunctions.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Post/PViewOptions.h \ ../Numeric/NumericEmbedded.h ../Post/PViewOptions.h \
../Post/ColorTable.h ../Post/ColorTable.h
Gradient${OBJEXT}: Gradient.cpp Gradient.h Plugin.h ../Common/Options.h \ Gradient${OBJEXT}: Gradient.cpp Gradient.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Post/shapeFunctions.h ../Numeric/Numeric.h \ ../Common/ListUtils.h ../Post/shapeFunctions.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
Curl${OBJEXT}: Curl.cpp Curl.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \ Curl${OBJEXT}: Curl.cpp Curl.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Post/PView.h ../Geo/SPoint3.h \
../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Common/ListUtils.h ../Numeric/GmshMatrix.h \ ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Post/shapeFunctions.h ../Numeric/Numeric.h \ ../Post/shapeFunctions.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
Divergence${OBJEXT}: Divergence.cpp Divergence.h Plugin.h ../Common/Options.h \ Divergence${OBJEXT}: Divergence.cpp Divergence.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Post/shapeFunctions.h ../Numeric/Numeric.h \ ../Common/ListUtils.h ../Post/shapeFunctions.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
Annotate${OBJEXT}: Annotate.cpp Annotate.h Plugin.h ../Common/Options.h \ Annotate${OBJEXT}: Annotate.cpp ../Graphics/drawContext.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Fltk/Draw.h ../Fltk/GUI.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ Annotate.h Plugin.h ../Common/Options.h ../Post/ColorTable.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Common/GmshMessage.h ../Post/PView.h ../Post/PViewDataList.h \
../Numeric/GmshMatrix.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Post/PViewData.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h \
../Mesh/PartitionOptions.h ../Graphics/drawContext.h ../Fltk/Draw.h \ ../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
../Fltk/GUI.h
Remove${OBJEXT}: Remove.cpp Remove.h Plugin.h ../Common/Options.h \ Remove${OBJEXT}: Remove.cpp Remove.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h ../Common/ListUtils.h
Probe${OBJEXT}: Probe.cpp Probe.h Plugin.h ../Common/Options.h \ Probe${OBJEXT}: Probe.cpp ../Graphics/drawContext.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Fltk/Draw.h Probe.h Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Post/PViewDataList.h ../Post/PViewData.h ../Numeric/GmshMatrix.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Common/ListUtils.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Numeric/GmshMatrix.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h ../Post/OctreePost.h ../Common/Octree.h \ ../Mesh/PartitionOptions.h ../Post/OctreePost.h ../Common/Octree.h \
../Common/OctreeInternals.h ../Graphics/drawContext.h ../Fltk/Draw.h ../Common/OctreeInternals.h
HarmonicToTime${OBJEXT}: HarmonicToTime.cpp HarmonicToTime.h Plugin.h \ HarmonicToTime${OBJEXT}: HarmonicToTime.cpp HarmonicToTime.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h
ModulusPhase${OBJEXT}: ModulusPhase.cpp ModulusPhase.h Plugin.h \ ModulusPhase${OBJEXT}: ModulusPhase.cpp ModulusPhase.h Plugin.h \
../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \ ../Common/Options.h ../Post/ColorTable.h ../Common/GmshMessage.h \
../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \ ../Post/PView.h ../Geo/SPoint3.h ../Post/PViewDataList.h \
../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Post/PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h ../Numeric/GmshMatrix.h ../Numeric/GmshMatrix.h ../Common/ListUtils.h
...@@ -3,15 +3,14 @@ ...@@ -3,15 +3,14 @@
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include "Probe.h"
#include "Context.h"
#include "OctreePost.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include <FL/gl.h> #include <FL/gl.h>
#include "drawContext.h" #include "drawContext.h"
#include "Draw.h" #include "Draw.h"
#endif #endif
#include "Probe.h"
#include "Context.h"
#include "OctreePost.h"
extern Context_T CTX; extern Context_T CTX;
......
...@@ -4,16 +4,15 @@ ...@@ -4,16 +4,15 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include <math.h> #include <math.h>
#include "StreamLines.h"
#include "OctreePost.h"
#include "Context.h"
#include "PViewOptions.h"
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
#include <FL/gl.h> #include <FL/gl.h>
#include "drawContext.h" #include "drawContext.h"
#include "Draw.h" #include "Draw.h"
#endif #endif
#include "StreamLines.h"
#include "OctreePost.h"
#include "Context.h"
#include "PViewOptions.h"
extern Context_T CTX; extern Context_T CTX;
......
...@@ -50,48 +50,49 @@ depend: ...@@ -50,48 +50,49 @@ depend:
# DO NOT DELETE THIS LINE # DO NOT DELETE THIS LINE
PView${OBJEXT}: PView.cpp PView.h ../Geo/SPoint3.h PViewDataList.h PViewData.h \ PView${OBJEXT}: PView.cpp PView.h ../Geo/SPoint3.h PViewDataList.h PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
PViewDataGModel.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ ../Common/GmshMessage.h ../Common/ListUtils.h PViewDataGModel.h \
../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \ ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \ ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \
../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \ ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \
../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \ ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \ ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \ ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h PViewOptions.h ColorTable.h \ ../Geo/SBoundingBox3d.h PViewOptions.h ColorTable.h \
../Common/VertexArray.h ../Common/SmoothData.h adaptiveData.h \ ../Common/VertexArray.h ../Common/SmoothData.h adaptiveData.h
../Numeric/GmshMatrix.h ../Common/GmshMessage.h
PViewIO${OBJEXT}: PViewIO.cpp PView.h ../Geo/SPoint3.h PViewDataList.h \ PViewIO${OBJEXT}: PViewIO.cpp PView.h ../Geo/SPoint3.h PViewDataList.h \
PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Common/ListUtils.h PViewDataGModel.h ../Geo/GModel.h \ ../Numeric/GmshMatrix.h ../Common/GmshMessage.h ../Common/ListUtils.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ PViewDataGModel.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \
../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \ ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \
../Geo/GPoint.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h \ ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/SVector3.h ../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h \ ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Common/StringUtils.h \ ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \
../Common/GmshMessage.h ../Geo/SBoundingBox3d.h ../Common/StringUtils.h
PViewData${OBJEXT}: PViewData.cpp PViewData.h ../Geo/SBoundingBox3d.h \ PViewData${OBJEXT}: PViewData.cpp PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h ../Common/ListUtils.h adaptiveData.h \ ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Common/GmshMessage.h \
../Numeric/GmshMatrix.h ../Common/GmshMessage.h ../Numeric/Numeric.h \ ../Common/ListUtils.h adaptiveData.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
PViewDataIO${OBJEXT}: PViewDataIO.cpp ../Common/GmshMessage.h \ PViewDataIO${OBJEXT}: PViewDataIO.cpp ../Common/GmshMessage.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h PViewData.h \ ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h
PViewDataList${OBJEXT}: PViewDataList.cpp PViewDataList.h PViewData.h \ PViewDataList${OBJEXT}: PViewDataList.cpp PViewDataList.h PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \ ../Common/GmshMessage.h ../Common/ListUtils.h ../Numeric/Numeric.h \
../Common/SmoothData.h ../Common/GmshMessage.h ../Common/Context.h \ ../Numeric/NumericEmbedded.h ../Common/SmoothData.h ../Common/Context.h \
../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h
PViewDataListIO${OBJEXT}: PViewDataListIO.cpp PViewDataList.h PViewData.h \ PViewDataListIO${OBJEXT}: PViewDataListIO.cpp PViewDataList.h PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \ ../Common/GmshMessage.h ../Common/ListUtils.h ../Numeric/Numeric.h \
../Common/GmshMessage.h ../Common/Context.h ../Geo/CGNSOptions.h \ ../Numeric/NumericEmbedded.h ../Common/Context.h ../Geo/CGNSOptions.h \
../Mesh/PartitionOptions.h adaptiveData.h ../Numeric/GmshMatrix.h ../Mesh/PartitionOptions.h adaptiveData.h
PViewDataGModel${OBJEXT}: PViewDataGModel.cpp PViewDataGModel.h PViewData.h \ PViewDataGModel${OBJEXT}: PViewDataGModel.cpp PViewDataGModel.h PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Geo/GModel.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Common/GmshMessage.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ ../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \ ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \
...@@ -101,46 +102,47 @@ PViewDataGModel${OBJEXT}: PViewDataGModel.cpp PViewDataGModel.h PViewData.h \ ...@@ -101,46 +102,47 @@ PViewDataGModel${OBJEXT}: PViewDataGModel.cpp PViewDataGModel.h PViewData.h \
../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/SPoint2.h \ ../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/SPoint2.h \
../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Common/GmshMessage.h ../Numeric/FunctionSpace.h \ ../Numeric/FunctionSpace.h ../Numeric/GmshMatrix.h ../Numeric/Numeric.h \
../Numeric/GmshMatrix.h ../Numeric/Numeric.h \
../Numeric/NumericEmbedded.h ../Numeric/NumericEmbedded.h
PViewDataGModelIO${OBJEXT}: PViewDataGModelIO.cpp ../Common/GmshMessage.h \ PViewDataGModelIO${OBJEXT}: PViewDataGModelIO.cpp ../Common/GmshMessage.h \
PViewDataGModel.h PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ PViewDataGModel.h PViewData.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \
../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \ ../Numeric/GmshMatrix.h ../Geo/GModel.h ../Geo/GVertex.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \ ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \
../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \ ../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \
../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \ ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \
../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \ ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \
../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \ ../Geo/GPoint.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h \
../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \ ../Geo/SVector3.h ../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h \
../Geo/SBoundingBox3d.h ../Geo/MVertex.h ../Geo/SPoint2.h \ ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/MVertex.h \
../Geo/SPoint3.h ../Geo/MElement.h ../Common/GmshDefines.h \ ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/MElement.h \
../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/MEdge.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/MVertex.h ../Geo/SVector3.h ../Geo/MFace.h ../Geo/MVertex.h \
../Numeric/FunctionSpace.h ../Numeric/GmshMatrix.h ../Numeric/Numeric.h \ ../Geo/SVector3.h ../Numeric/FunctionSpace.h ../Numeric/GmshMatrix.h \
../Numeric/NumericEmbedded.h ../Common/StringUtils.h ../Numeric/Numeric.h ../Numeric/NumericEmbedded.h \
../Common/StringUtils.h
PViewOptions${OBJEXT}: PViewOptions.cpp PViewOptions.h ColorTable.h \ PViewOptions${OBJEXT}: PViewOptions.cpp PViewOptions.h ColorTable.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshMessage.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshMessage.h
adaptiveData${OBJEXT}: adaptiveData.cpp ../Plugin/Plugin.h ../Common/Options.h \ adaptiveData${OBJEXT}: adaptiveData.cpp ../Plugin/Plugin.h ../Common/Options.h \
../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \ ../Post/ColorTable.h ../Common/GmshMessage.h ../Post/PView.h \
../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \ ../Geo/SPoint3.h ../Post/PViewDataList.h ../Post/PViewData.h \
../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/ListUtils.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Numeric/GmshMatrix.h \
../Numeric/GmshMatrix.h adaptiveData.h ../Common/ListUtils.h adaptiveData.h
OctreePost${OBJEXT}: OctreePost.cpp ../Common/Octree.h \ OctreePost${OBJEXT}: OctreePost.cpp ../Common/Octree.h \
../Common/OctreeInternals.h OctreePost.h ../Common/ListUtils.h PView.h \ ../Common/OctreeInternals.h OctreePost.h ../Common/ListUtils.h PView.h \
../Geo/SPoint3.h PViewDataList.h PViewData.h ../Geo/SBoundingBox3d.h \ ../Geo/SPoint3.h PViewDataList.h PViewData.h ../Geo/SBoundingBox3d.h \
../Geo/SPoint3.h PViewDataGModel.h ../Geo/GModel.h ../Geo/GVertex.h \ ../Geo/SPoint3.h ../Numeric/GmshMatrix.h ../Common/GmshMessage.h \
../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ PViewDataGModel.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \
../Geo/SBoundingBox3d.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/GPoint.h \
../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \
../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/GFace.h ../Geo/GEntity.h \ ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \
../Geo/GPoint.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/SPoint2.h \ ../Geo/GFace.h ../Geo/GEntity.h ../Geo/GPoint.h ../Geo/GEdgeLoop.h \
../Geo/SVector3.h ../Geo/Pair.h ../Geo/GRegion.h ../Geo/GEntity.h \ ../Geo/GEdge.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \
../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Numeric/Numeric.h \ ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/SPoint3.h \
../Numeric/NumericEmbedded.h ../Common/GmshMessage.h shapeFunctions.h \ ../Geo/SBoundingBox3d.h ../Numeric/Numeric.h \
../Geo/MElement.h ../Common/GmshDefines.h ../Geo/MVertex.h \ ../Numeric/NumericEmbedded.h shapeFunctions.h ../Geo/MElement.h \
../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h \ ../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/SPoint2.h \
../Geo/SVector3.h ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/SPoint3.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \
../Numeric/FunctionSpace.h ../Numeric/GmshMatrix.h ../Numeric/FunctionSpace.h ../Numeric/GmshMatrix.h
ColorTable${OBJEXT}: ColorTable.cpp ../Common/GmshMessage.h ColorTable.h \ ColorTable${OBJEXT}: ColorTable.cpp ../Common/GmshMessage.h ColorTable.h \
../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \ ../Common/Context.h ../Geo/CGNSOptions.h ../Mesh/PartitionOptions.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment