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

Method GenerateOutputInformation

Modules/CEST/src/mitkCESTImageNormalizationFilter.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void mitk::CESTImageNormalizationFilter::GenerateOutputInformation()
183{
184 mitk::Image::ConstPointer input = this->GetInput();
185 mitk::Image::Pointer output = this->GetOutput();
186
187 itkDebugMacro(<< "GenerateOutputInformation()");
188}
189
190bool mitk::IsNotNormalizedCESTImage(const Image* cestImage)
191{

Callers

nothing calls this directly

Calls 2

GetInputMethod · 0.45
GetOutputMethod · 0.45

Tested by

no test coverage detected