|
double | GetLength (bool isStartLength) const |
|
const char * | GetObjectEntry () |
|
const std::vector< int > & | GetReversedEdges () const |
|
virtual std::istream & | LoadFrom (std::istream &load) |
|
virtual std::ostream & | SaveTo (std::ostream &save) |
|
void | SetLength (double length, bool isStartLength) |
|
void | SetObjectEntry (const char *entry) |
|
virtual bool | SetParametersByDefaults (const TDefaults &dflts, const SMESH_Mesh *theMesh=0) |
| Initialize my parameter values by default parameters. More...
|
|
virtual bool | SetParametersByMesh (const SMESH_Mesh *theMesh, const TopoDS_Shape &theShape) |
| Initialize start and end length by the mesh built on the geometry. More...
|
|
void | SetReversedEdges (std::vector< int > &ids) |
|
| StdMeshers_Arithmetic1D (int hypId, int studyId, SMESH_Gen *gen) |
|
virtual | ~StdMeshers_Arithmetic1D () |
|
void | ClearParameters () |
|
virtual bool | DataDependOnParams () const |
| The returned value is used by NotifySubMeshesHypothesisModification() to decide to call subMesh->AlgoStateEngine( MODIF_HYP, hyp ) or not if subMesh is ready to be computed (algo+hyp==OK) but not yet computed. True result is reasonable for example if EventListeners depend on parameters of hypothesis. More...
|
|
virtual int | GetDim () const |
|
SMESH_Gen * | GetGen () const |
|
char * | GetLastParameters () const |
|
virtual const char * | GetLibName () const |
|
SMESH_Mesh * | GetMeshByPersistentID (int id) |
| Find a mesh with given persistent ID. More...
|
|
char * | GetParameters () const |
|
virtual int | GetShapeType () const |
|
int | GetStudyId () const |
|
virtual bool | IsAuxiliary () const |
| Return true if me is an auxiliary hypothesis. More...
|
|
virtual void | NotifySubMeshesHypothesisModification () |
|
void | SetLastParameters (const char *theParameters) |
|
void | SetLibName (const char *theLibName) |
|
void | SetParameters (const char *theParameters) |
|
virtual bool | SetParametersByDefaults (const TDefaults &dflts, const SMESH_Mesh *theMesh=0)=0 |
| Initialize my parameter values by default parameters. More...
|
|
virtual bool | SetParametersByMesh (const SMESH_Mesh *theMesh, const TopoDS_Shape &theShape)=0 |
| Initialize my parameter values by the mesh built on the geometry. More...
|
|
| SMESH_Hypothesis (int hypId, int studyId, SMESH_Gen *gen) |
|
virtual | ~SMESH_Hypothesis () |
|
int | GetID () const |
|
const char * | GetName () const |
|
int | GetType () const |
|
bool | IsSameName (const SMESHDS_Hypothesis &other) const |
| Compare types of hypotheses. More...
|
|
virtual std::istream & | LoadFrom (std::istream &load)=0 |
|
bool | operator!= (const SMESHDS_Hypothesis &other) const |
|
virtual bool | operator== (const SMESHDS_Hypothesis &other) const |
|
virtual std::ostream & | SaveTo (std::ostream &save)=0 |
|
| SMESHDS_Hypothesis (int hypId) |
|
virtual | ~SMESHDS_Hypothesis () |
|