Go to the documentation of this file.
27 #ifndef _SMESH_ARITHMETIC1D_HXX_
28 #define _SMESH_ARITHMETIC1D_HXX_
58 virtual std::ostream &
SaveTo(std::ostream & save);
59 virtual std::istream &
LoadFrom(std::istream & load);
virtual ~StdMeshers_Arithmetic1D()
const std::vector< int > & GetReversedEdges() const
virtual std::istream & LoadFrom(std::istream &load)
void SetObjectEntry(const char *entry)
virtual bool SetParametersByDefaults(const TDefaults &dflts, const SMESH_Mesh *theMesh=0)
Initialize my parameter values by default parameters.
std::vector< int > _edgeIDs
double GetLength(bool isStartLength) const
#define STDMESHERS_EXPORT
virtual bool SetParametersByMesh(const SMESH_Mesh *theMesh, const TopoDS_Shape &theShape)
Initialize start and end length by the mesh built on the geometry.
virtual std::ostream & SaveTo(std::ostream &save)
void SetLength(double length, bool isStartLength)
const char * GetObjectEntry()
void SetReversedEdges(std::vector< int > &ids)
StdMeshers_Arithmetic1D(int hypId, int studyId, SMESH_Gen *gen)