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

Function GetSubTransform

Common/Transforms/itkStackTransform.h:225–229  ·  view source on GitHub ↗

Get a sub transform. */

Source from the content-addressed store, hash-verified

223
224 /** Get a sub transform. */
225 SubTransformPointer
226 GetSubTransform(unsigned int i)
227 {
228 return this->m_SubTransformContainer[i];
229 }
230
231
232 /** Get number of nonzero Jacobian indices. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected