17 this->SetNumberOfRequiredInputs(1);
33 this->SetNthInput(idx, const_cast<InputType *>(figure));
41 if (this->GetNumberOfInputs() < 1)
44 return static_cast<const InputType *
>(this->ProcessObject::GetInput(0));
50 if (this->GetNumberOfInputs() < idx)
53 return static_cast<const InputType *
>(this->ProcessObject::GetInput(idx));
58 this->SetNumberOfIndexedOutputs(this->GetNumberOfInputs());
59 for (
unsigned int idx = 0; idx < this->GetNumberOfOutputs(); ++idx)
64 this->SetNthOutput(idx, newOutput);
DataCollection - Class to facilitate loading/accessing structured data.