netgenplugin/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx

116 lines
3.4 KiB
C++
Raw Normal View History

This commit was generated by cvs2git to create branch 'WPdev'. Cherrypick from master 2006-06-01 11:42:55 UTC jfa <jfa@opencascade.com> 'Join modifications from branch BR_DEBUG_3_2_0b1': NETGENPLUGIN_version.h.in adm_local/Makefile.in adm_local/unix/config_files/check_NETGENPLUGIN.m4 bin/VERSION.in resources/mesh_algo_netgen_2d.png resources/mesh_algo_netgen_2d3d.png resources/mesh_hypo_netgen.png resources/mesh_hypo_netgen_2d.png resources/mesh_tree_algo_netgen_2d.png resources/mesh_tree_algo_netgen_2d3d.png resources/mesh_tree_hypo_netgen.png resources/mesh_tree_hypo_netgen_2d.png src/GUI/Makefile.in src/GUI/NETGENPluginGUI.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.h src/GUI/NETGENPlugin_images.po src/GUI/NETGENPlugin_msg_en.po src/NETGEN/netgen45ForSalome.patch src/NETGENPlugin/NETGENPlugin_Hypothesis.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.hxx src/NETGENPlugin/NETGENPlugin_Mesher.cxx src/NETGENPlugin/NETGENPlugin_Mesher.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.hxx
2006-06-01 11:43:03 +00:00
// NETGENPlugin : C++ implementation
//
// Copyright (C) 2006 OPEN CASCADE, CEA/DEN, EDF R&D
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : NETGENPlugin_Hypothesis.hxx
// Author : Michael Sazonov (OCN)
// Date : 27/03/2006
// Project : SALOME
// $Header$
//=============================================================================
#ifndef _NETGENPlugin_Hypothesis_HXX_
#define _NETGENPlugin_Hypothesis_HXX_
2006-06-15 07:39:03 +00:00
#include "NETGENPlugin_Defs.hxx"
This commit was generated by cvs2git to create branch 'WPdev'. Cherrypick from master 2006-06-01 11:42:55 UTC jfa <jfa@opencascade.com> 'Join modifications from branch BR_DEBUG_3_2_0b1': NETGENPLUGIN_version.h.in adm_local/Makefile.in adm_local/unix/config_files/check_NETGENPLUGIN.m4 bin/VERSION.in resources/mesh_algo_netgen_2d.png resources/mesh_algo_netgen_2d3d.png resources/mesh_hypo_netgen.png resources/mesh_hypo_netgen_2d.png resources/mesh_tree_algo_netgen_2d.png resources/mesh_tree_algo_netgen_2d3d.png resources/mesh_tree_hypo_netgen.png resources/mesh_tree_hypo_netgen_2d.png src/GUI/Makefile.in src/GUI/NETGENPluginGUI.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.h src/GUI/NETGENPlugin_images.po src/GUI/NETGENPlugin_msg_en.po src/NETGEN/netgen45ForSalome.patch src/NETGENPlugin/NETGENPlugin_Hypothesis.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.hxx src/NETGENPlugin/NETGENPlugin_Mesher.cxx src/NETGENPlugin/NETGENPlugin_Mesher.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.hxx
2006-06-01 11:43:03 +00:00
#include "SMESH_Hypothesis.hxx"
#include "Utils_SALOME_Exception.hxx"
// Parameters for work of NETGEN
//
2006-06-15 07:39:03 +00:00
using namespace std;
class NETGENPLUGIN_EXPORT NETGENPlugin_Hypothesis: public SMESH_Hypothesis
This commit was generated by cvs2git to create branch 'WPdev'. Cherrypick from master 2006-06-01 11:42:55 UTC jfa <jfa@opencascade.com> 'Join modifications from branch BR_DEBUG_3_2_0b1': NETGENPLUGIN_version.h.in adm_local/Makefile.in adm_local/unix/config_files/check_NETGENPLUGIN.m4 bin/VERSION.in resources/mesh_algo_netgen_2d.png resources/mesh_algo_netgen_2d3d.png resources/mesh_hypo_netgen.png resources/mesh_hypo_netgen_2d.png resources/mesh_tree_algo_netgen_2d.png resources/mesh_tree_algo_netgen_2d3d.png resources/mesh_tree_hypo_netgen.png resources/mesh_tree_hypo_netgen_2d.png src/GUI/Makefile.in src/GUI/NETGENPluginGUI.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.h src/GUI/NETGENPlugin_images.po src/GUI/NETGENPlugin_msg_en.po src/NETGEN/netgen45ForSalome.patch src/NETGENPlugin/NETGENPlugin_Hypothesis.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.hxx src/NETGENPlugin/NETGENPlugin_Mesher.cxx src/NETGENPlugin/NETGENPlugin_Mesher.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.hxx
2006-06-01 11:43:03 +00:00
{
public:
NETGENPlugin_Hypothesis(int hypId, int studyId, SMESH_Gen * gen);
void SetMaxSize(double theSize);
double GetMaxSize() const { return _maxSize; }
void SetSecondOrder(bool theVal);
bool GetSecondOrder() const { return _secondOrder; }
void SetOptimize(bool theVal);
bool GetOptimize() const { return _optimize; }
enum Fineness
{
VeryCoarse,
Coarse,
Moderate,
Fine,
VeryFine,
UserDefined
};
void SetFineness(Fineness theFineness);
Fineness GetFineness() const { return _fineness; }
// the following parameters are controlled by Fineness
void SetGrowthRate(double theRate);
double GetGrowthRate() const { return _growthRate; }
void SetNbSegPerEdge(double theVal);
double GetNbSegPerEdge() const { return _nbSegPerEdge; }
void SetNbSegPerRadius(double theVal);
double GetNbSegPerRadius() const { return _nbSegPerRadius; }
// the default values (taken from NETGEN 4.5 sources)
static double GetDefaultMaxSize();
static Fineness GetDefaultFineness();
static double GetDefaultGrowthRate();
static double GetDefaultNbSegPerEdge();
static double GetDefaultNbSegPerRadius();
static bool GetDefaultSecondOrder();
static bool GetDefaultOptimize();
// Persistence
virtual ostream & SaveTo(ostream & save);
virtual istream & LoadFrom(istream & load);
2006-06-15 07:39:03 +00:00
friend NETGENPLUGIN_EXPORT ostream & operator <<(ostream & save, NETGENPlugin_Hypothesis & hyp);
friend NETGENPLUGIN_EXPORT istream & operator >>(istream & load, NETGENPlugin_Hypothesis & hyp);
This commit was generated by cvs2git to create branch 'WPdev'. Cherrypick from master 2006-06-01 11:42:55 UTC jfa <jfa@opencascade.com> 'Join modifications from branch BR_DEBUG_3_2_0b1': NETGENPLUGIN_version.h.in adm_local/Makefile.in adm_local/unix/config_files/check_NETGENPLUGIN.m4 bin/VERSION.in resources/mesh_algo_netgen_2d.png resources/mesh_algo_netgen_2d3d.png resources/mesh_hypo_netgen.png resources/mesh_hypo_netgen_2d.png resources/mesh_tree_algo_netgen_2d.png resources/mesh_tree_algo_netgen_2d3d.png resources/mesh_tree_hypo_netgen.png resources/mesh_tree_hypo_netgen_2d.png src/GUI/Makefile.in src/GUI/NETGENPluginGUI.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.cxx src/GUI/NETGENPluginGUI_HypothesisCreator.h src/GUI/NETGENPlugin_images.po src/GUI/NETGENPlugin_msg_en.po src/NETGEN/netgen45ForSalome.patch src/NETGENPlugin/NETGENPlugin_Hypothesis.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.hxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx src/NETGENPlugin/NETGENPlugin_Hypothesis_i.hxx src/NETGENPlugin/NETGENPlugin_Mesher.cxx src/NETGENPlugin/NETGENPlugin_Mesher.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D_i.hxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.cxx src/NETGENPlugin/NETGENPlugin_NETGEN_2D_i.hxx
2006-06-01 11:43:03 +00:00
/*!
* \brief Does nothing
* \param theMesh - the built mesh
* \param theShape - the geometry of interest
* \retval bool - always false
*/
virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape);
private:
double _maxSize;
double _growthRate;
double _nbSegPerEdge;
double _nbSegPerRadius;
Fineness _fineness;
bool _secondOrder;
bool _optimize;
};
#endif