mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
fix a comment
This commit is contained in:
parent
9484b374c3
commit
ce1fe98019
@ -365,7 +365,7 @@ protected:
|
||||
|
||||
// Algo features influencing which Compute() and how is called:
|
||||
// in what turn and with what input shape.
|
||||
// This fields must be redefined if necessary by each descendant at constructor.
|
||||
// These fields must be redefined if necessary by each descendant at constructor.
|
||||
bool _onlyUnaryInput; // mesh one shape of GetDim() at once. Default TRUE
|
||||
bool _requireDescretBoundary; // GetDim()-1 mesh must be present. Default TRUE
|
||||
bool _requireShape; // work with GetDim()-1 mesh bound to geom only. Default TRUE
|
||||
|
@ -128,7 +128,7 @@ class SMESH_EXPORT SMESH_subMesh
|
||||
* \param where - the submesh to store the listener and it's data
|
||||
*
|
||||
* The method remembers the submesh \awhere it puts the listener in order to delete
|
||||
* them when HYP_OK algo_state is lost
|
||||
* it when HYP_OK algo_state is lost
|
||||
* After being set, event listener is notified on each event of \awhere submesh.
|
||||
*/
|
||||
void SetEventListener(EventListener* listener,
|
||||
|
@ -59,7 +59,7 @@ public:
|
||||
* \param hyp - hypothesis, if eventType is algo_event
|
||||
*
|
||||
* The base implementation (see SMESH_subMesh.cxx) translates CLEAN event
|
||||
* to the subMesh stored in the listener data. Also it sends SUBMESH_COMPUTED
|
||||
* to the subMeshes stored in the listener data. Also it sends SUBMESH_COMPUTED
|
||||
* event in case of successful COMPUTE event.
|
||||
*/
|
||||
virtual void ProcessEvent(const int event,
|
||||
|
Loading…
Reference in New Issue
Block a user