]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commit
Salome HOME
* Structural change of GHS3DSizeMapVertex from struct to vector:
authornge <nge>
Mon, 20 Jul 2009 12:37:08 +0000 (12:37 +0000)
committernge <nge>
Mon, 20 Jul 2009 12:37:08 +0000 (12:37 +0000)
commitd7167a133b3e6c98482cbdc8d0b9f759f819450c
tree3095674226a65c2e2cd921212028e46dce586908
parentff38e444d4b617ccc9c713f3c8ebc027418acfb8
* Structural change of GHS3DSizeMapVertex from struct to vector:
Before:
typedef struct
{
  double x;
  double y;
  double z;
} GHS3DSizeMapVertex;
Now:
typedef std::vector<double> GHS3DSizeMapVertex;

* Adding missing std::
* Minor corrections
src/GHS3DPlugin_GHS3D.cxx
src/GHS3DPlugin_Hypothesis.cxx
src/GHS3DPlugin_Hypothesis.hxx
src/GHS3DPlugin_Hypothesis_i.cxx
src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx
src/GUI/GHS3DPluginGUI_HypothesisCreator.h