Go to the documentation of this file.
27 #ifndef _SMESH_FIXEDPOINTS1D_HXX_
28 #define _SMESH_FIXEDPOINTS1D_HXX_
52 const std::vector<double>&
GetPoints()
const {
return _params; }
64 virtual std::ostream &
SaveTo(std::ostream & save);
65 virtual std::istream &
LoadFrom(std::istream & load);
void SetPoints(std::vector< double > &listParams)
void SetNbSegments(std::vector< int > &listNbSeg)
const char * GetObjectEntry()
virtual std::istream & LoadFrom(std::istream &load)
const std::vector< int > & GetReversedEdges() const
std::vector< double > _params
virtual bool SetParametersByDefaults(const TDefaults &dflts, const SMESH_Mesh *theMesh=0)
Initialize my parameter values by default parameters.
void SetReversedEdges(std::vector< int > &ids)
const std::vector< double > & GetPoints() const
virtual std::ostream & SaveTo(std::ostream &save)
void SetObjectEntry(const char *entry)
const std::vector< int > & GetNbSegments() const
std::vector< int > _edgeIDs
#define STDMESHERS_EXPORT
virtual ~StdMeshers_FixedPoints1D()
StdMeshers_FixedPoints1D(int hypId, int studyId, SMESH_Gen *gen)
std::vector< int > _nbsegs
virtual bool SetParametersByMesh(const SMESH_Mesh *theMesh, const TopoDS_Shape &theShape)
Initialize start and end length by the mesh built on the geometry.