MCPcopy Create free account
hub / github.com/SuperElastix/elastix / UpdateStackSpacingAndOrigin

Function UpdateStackSpacingAndOrigin

Common/Transforms/itkStackTransform.h:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 void
274 UpdateStackSpacingAndOrigin()
275 {
276 assert(Superclass::m_FixedParameters.size() >= NumberOfGeneralFixedParametersOfStack);
277 m_StackSpacing = Superclass::m_FixedParameters[IndexOfStackSpacing];
278 m_StackOrigin = Superclass::m_FixedParameters[IndexOfStackOrigin];
279 }
280
281
282 /** Sets the fixed parameters to the general fixed parameters of the stack + the specified fixed parameters of a

Callers 2

SetFixedParametersFunction · 0.85
SetFixedParametersFunction · 0.85

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected