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

Function IsLinear

Common/Transforms/itkAdvancedMatrixOffsetTransformBase.h:315–319  ·  view source on GitHub ↗

Indicates that this transform is linear. That is, given two * points P and Q, and scalar coefficients a and b, then * * T( a*P + b*Q ) = a * T(P) + b * T(Q) */

Source from the content-addressed store, hash-verified

313 * T( a*P + b*Q ) = a * T(P) + b * T(Q)
314 */
315 bool
316 IsLinear() const override
317 {
318 return true;
319 }
320
321
322 /** Indicates the category transform.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected