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

Function SetSubTransform

Common/Transforms/itkStackTransform.h:183–188  ·  view source on GitHub ↗

Set the initial transform for sub transform i. */

Source from the content-addressed store, hash-verified

181
182 /** Set the initial transform for sub transform i. */
183 void
184 SetSubTransform(unsigned int i, SubTransformType * transform)
185 {
186 this->m_SubTransformContainer[i] = transform;
187 this->Modified();
188 }
189
190
191 /** Sets the fixed parameters to the general fixed parameters of the stack + the fixed parameters of the first

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected