mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 04:37:23 +08:00
0022746: Progress indicator in ShapeHealing
This commit is contained in:
@@ -353,6 +353,26 @@ Handle(Message_Messenger) ShapeProcess_Context::Messenger () const
|
||||
return myMessenger;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : SetProgress
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
void ShapeProcess_Context::SetProgress (const Handle(Message_ProgressIndicator)& progress)
|
||||
{
|
||||
myProgress = progress;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : Progress
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Handle(Message_ProgressIndicator) ShapeProcess_Context::Progress() const
|
||||
{
|
||||
return myProgress;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : SetTraceLevel
|
||||
//purpose :
|
||||
|
||||
Reference in New Issue
Block a user