22 this->SetNumberOfRequiredInputs(1);
32 this->ProcessObject::SetNthInput(0, const_cast<mitk::PointSetToPointSetFilter::InputType *>(input));
38 if (idx + 1 > this->GetNumberOfInputs())
40 this->SetNumberOfRequiredInputs(idx + 1);
43 this->ProcessObject::SetNthInput(idx, const_cast<mitk::PointSetToPointSetFilter::InputType *>(input));
48 if (this->GetNumberOfInputs() < 1)
56 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)
virtual ~PointSetToPointSetFilter()