void mitk::LabelSetImageToSurfaceFilter::SetObserver(mitk::ProcessObserver::Pointer observer) { m_Observer = observer; } */
| 55 | } |
| 56 | */ |
| 57 | const mitk::Image *mitk::LabelSetImageToSurfaceFilter::GetInput(void) |
| 58 | { |
| 59 | if (this->GetNumberOfInputs() < 1) |
| 60 | { |
| 61 | return nullptr; |
| 62 | } |
| 63 | |
| 64 | return static_cast<const mitk::Image *>(this->ProcessObject::GetInput(0)); |
| 65 | } |
| 66 | |
| 67 | void mitk::LabelSetImageToSurfaceFilter::GenerateOutputInformation() |
| 68 | { |
no outgoing calls
no test coverage detected