18 this->SetNumberOfRequiredInputs(1);
28 this->ProcessObject::SetNthInput(0, const_cast<mitk::PointSetToPointSetFilter::InputType *>(input));
34 if (idx + 1 > this->GetNumberOfInputs())
36 this->SetNumberOfRequiredInputs(idx + 1);
39 this->ProcessObject::SetNthInput(idx, const_cast<mitk::PointSetToPointSetFilter::InputType *>(input));
44 if (this->GetNumberOfInputs() < 1)
52 if (idx > this->GetNumberOfInputs() - 1)
PointSetToPointSetFilter()
Superclass of all classes/algorithms having one or more PointSets as input and output.
Data structure which stores a set of points. Superclass of mitk::Mesh.
const InputType * GetInput(void)
virtual void SetInput(const InputType *input)
~PointSetToPointSetFilter() override