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