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

Function ExtractRelevantInformation

Modules/ModelFit/cmdapps/PixelDump.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147template < typename TPixel, unsigned int VImageDimension >
148void ExtractRelevantInformation(
149 const itk::Image< TPixel, VImageDimension > *image)
150{
151 relevantRegion = image->GetLargestPossibleRegion();
152 relevantOrigin = image->GetOrigin();
153 relevantSpacing = image->GetSpacing();
154 relevantDirection = image->GetDirection();
155}
156
157template < typename TPixel, unsigned int VImageDimension >
158void DoInternalImageConversion(

Callers

nothing calls this directly

Calls 2

GetOriginMethod · 0.45
GetSpacingMethod · 0.45

Tested by

no test coverage detected