MCPcopy Create free account
hub / github.com/MITK/MITK / ExecuteOperation

Method ExecuteOperation

Modules/Core/src/DataManagement/mitkTimeGeometry.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void mitk::TimeGeometry::ExecuteOperation(mitk::Operation *op)
165{
166 for (TimeStepType step = 0; step < CountTimeSteps(); ++step)
167 {
168 GetGeometryForTimeStep(step)->ExecuteOperation(op);
169 }
170}
171
172void mitk::TimeGeometry::PrintSelf(std::ostream &os, itk::Indent indent) const
173{

Callers

nothing calls this directly

Calls 1

GetGeometryForTimeStepFunction · 0.85

Tested by

no test coverage detected