27#ifndef _SMESH_Geometric1D_HXX_
28#define _SMESH_Geometric1D_HXX_
33#include "Utils_SALOME_Exception.hxx"
40 void SetStartLength(
double length);
41 void SetCommonRatio(
double factor);
43 double GetStartLength()
const;
44 double GetCommonRatio()
const;
46 virtual std::ostream &
SaveTo(std::ostream & save);
47 virtual std::istream &
LoadFrom(std::istream & load);
#define STDMESHERS_EXPORT
Definition: SMESH_StdMeshers.hxx:38
Definition: SMESH_Gen.hxx:68
virtual bool SetParametersByDefaults(const TDefaults &dflts, const SMESH_Mesh *theMesh=0)=0
Initialize my parameter values by default parameters.
virtual bool SetParametersByMesh(const SMESH_Mesh *theMesh, const TopoDS_Shape &theShape)=0
Initialize my parameter values by the mesh built on the geometry.
Definition: SMESH_Mesh.hxx:80
Definition: StdMeshers_Geometric1D.hxx:36
double _begLength
Definition: StdMeshers_Geometric1D.hxx:64
A base of reversible 1D hypotheses.
Definition: StdMeshers_Reversible1D.hxx:39
virtual std::istream & LoadFrom(std::istream &load)
Definition: StdMeshers_Reversible1D.cxx:83
virtual std::ostream & SaveTo(std::ostream &save)
Definition: StdMeshers_Reversible1D.cxx:63
Definition: SMESH_Hypothesis.hxx:100