Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InsightSoftwareConsortium/ITK
/ UpdateProgress
Method
UpdateProgress
Modules/Core/Common/src/itkProcessObject.cxx:1143–1150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1141
1142
1143
void
1144
ProcessObject::UpdateProgress(float progress)
1145
{
1146
// value is clamped between 0 and 1.
1147
m_Progress = progressFloatToFixed(progress);
1148
1149
this->InvokeEvent(ProgressEvent());
1150
}
1151
1152
1153
void
Callers
14
UpdateOutputData
Method · 0.95
UpdateOutputData
Method · 0.45
AfterThreadedGenerateData
Function · 0.45
Execute
Method · 0.45
InitializeIteration
Function · 0.45
InitializeIteration
Function · 0.45
itkDataObjectAndProcessObjectTest
Function · 0.45
ResetProgress
Method · 0.45
ReportProgress
Method · 0.45
ProgressReporter
Method · 0.45
~ProgressReporter
Method · 0.45
GenerateData
Method · 0.45
Calls
3
progressFloatToFixed
Function · 0.85
ProgressEvent
Class · 0.85
InvokeEvent
Method · 0.45
Tested by
1
itkDataObjectAndProcessObjectTest
Function · 0.36