19 itk::DataObject::Pointer output = this->
MakeOutput(0);
20 Superclass::SetNumberOfRequiredOutputs(1);
21 Superclass::SetNthOutput(0, output);
35 itkDebugMacro(
"MakeOutput(" << name <<
")");
36 if (this->IsIndexedOutputName(name))
38 return this->
MakeOutput(this->MakeIndexFromOutputName(name));
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
Superclass of all classes generating GeometryData (instances of class GeometryData) as output...
mitkBaseDataSourceGetOutputDeclarations itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
~GeometryDataSource() override
#define mitkBaseDataSourceGetOutputDefinitions(className)