29#ifndef _SMESH_NUMBEROFSEGMENTS_I_HXX_
30#define _SMESH_NUMBEROFSEGMENTS_I_HXX_
34#include <SALOMEconfig.h>
35#include CORBA_SERVER_HEADER(SMESH_Mesh)
36#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
45 public virtual POA_StdMeshers::StdMeshers_NumberOfSegments,
61 void SetNumberOfSegments( SMESH::smIdType theSegmentsNumber );
63 CORBA::Long GetNumberOfSegments();
66 void SetDistrType(CORBA::Long typ);
68 CORBA::Long GetDistrType();
71 void SetScaleFactor( CORBA::Double theScaleFactor );
73 CORBA::Double GetScaleFactor();
76 void SetBeta(CORBA::Double beta);
78 CORBA::Double GetBeta();
86 void SetExpressionFunction(
const char* expr);
88 char* GetExpressionFunction();
91 void SetConversionMode( CORBA::Long conv );
93 CORBA::Long ConversionMode();
106 std::vector< int > & subIDArray )
const;
110 std::vector< int > & subIDArray );
#define STDMESHERS_I_EXPORT
Definition: SMESH_StdMeshers_I.hxx:38
Definition: SMESH_Gen.hxx:68
Definition: SMESH_Hypothesis_i.hxx:53
virtual bool setObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray)=0
virtual std::string getMethodOfParameter(const int, int) const
Definition: SMESH_Hypothesis_i.hxx:134
::SMESH_Hypothesis * GetImpl()
SMESH_Hypothesis_i::GetImpl.
Definition: SMESH_Hypothesis_i.cxx:236
virtual bool getObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray) const =0
Definition: StdMeshers_NumberOfSegments_i.hxx:48
This class represents hypothesis for 1d algorithm.
Definition: StdMeshers_NumberOfSegments.hxx:47
Definition: StdMeshers_Reversible1D_i.hxx:43
Dimension
Definition: SMESH_Hypothesis.idl:35
sequence< double > double_array
Definition: SMESH_Mesh.idl:43