18 this->SetNumberOfRequiredInputs(1);
31 this->ProcessObject::SetNthInput(0, const_cast<mitk::ImageToPlanarFigureFilter::InputImageType *>(input));
40 if (index + 1 > this->GetNumberOfInputs())
42 this->SetNumberOfRequiredInputs(index + 1);
45 this->ProcessObject::SetNthInput(index, const_cast<mitk::ImageToPlanarFigureFilter::InputImageType *>(image));
53 if (this->GetNumberOfInputs() < 1)
73 Superclass::GenerateInputRequestedRegion();
78 Superclass::PrintSelf(os, indent);
Image class for storing images.
mitk::Image::Pointer image