27#ifndef _SMESH_LayerDistribution_I_HXX_
28#define _SMESH_LayerDistribution_I_HXX_
30#include <SALOMEconfig.h>
31#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
47 public virtual POA_StdMeshers::StdMeshers_LayerDistribution,
77 virtual void LoadFrom(
const char* theStream );
85 std::vector< int > & )
const {
return 0; }
89 std::vector< int > & ) {
return true; }
95 SMESH::SMESH_Hypothesis_var
myHyp;
Definition: SMESH_Gen.hxx:68
Definition: SMESH_Hypothesis_i.hxx:53
This hypothesis is used by "Radial prism" algorithm.
Definition: StdMeshers_LayerDistribution_i.hxx:49
SMESH::SMESH_Hypothesis_var myHyp
Definition: StdMeshers_LayerDistribution_i.hxx:95
virtual bool getObjectsDependOn(std::vector< std::string > &, std::vector< int > &) const
Definition: StdMeshers_LayerDistribution_i.hxx:84
CORBA::Boolean IsDimSupported(SMESH::Dimension type)
Verify whether hypothesis supports given entity type.
Definition: StdMeshers_LayerDistribution_i.cxx:149
virtual bool setObjectsDependOn(std::vector< std::string > &, std::vector< int > &)
Definition: StdMeshers_LayerDistribution_i.hxx:88
StdMeshers_LayerDistribution_i(PortableServer::POA_ptr thePOA, ::SMESH_Gen *theGenImpl)
StdMeshers_LayerDistribution_i::StdMeshers_LayerDistribution_i.
Definition: StdMeshers_LayerDistribution_i.cxx:47
virtual ~StdMeshers_LayerDistribution_i()
StdMeshers_LayerDistribution_i::~StdMeshers_LayerDistribution_i.
Definition: StdMeshers_LayerDistribution_i.cxx:64
SMESH::SMESH_Hypothesis_ptr GetLayerDistribution()
Returns 1D hypothesis specifying distribution of layers.
Definition: StdMeshers_LayerDistribution_i.cxx:120
virtual void LoadFrom(const char *theStream)
Retrieve parameters from the string.
Definition: StdMeshers_LayerDistribution_i.cxx:187
virtual char * SaveTo()
Write parameters in a string.
Definition: StdMeshers_LayerDistribution_i.cxx:161
virtual void setOldParameters(const char *theParameters)
Restore myMethod2VarParams by parameters stored in an old study.
Definition: StdMeshers_LayerDistribution_i.cxx:229
::StdMeshers_LayerDistribution * GetImpl()
StdMeshers_LayerDistribution_i::GetImpl.
Definition: StdMeshers_LayerDistribution_i.cxx:134
void SetLayerDistribution(SMESH::SMESH_Hypothesis_ptr hyp1D)
Sets 1D hypothesis specifying distribution of layers.
Definition: StdMeshers_LayerDistribution_i.cxx:78
This hypothesis is used by "Radial prism" algorithm.
Definition: StdMeshers_LayerDistribution.hxx:51
Dimension
Definition: SMESH_Hypothesis.idl:35