20 itk::DataObject::Pointer output = this->
MakeOutput(0);
22 Superclass::SetNumberOfRequiredOutputs(1);
23 Superclass::SetNthOutput(0, output);
37 itkDebugMacro(
"MakeOutput(" << name <<
")");
38 if (this->IsIndexedOutputName(name))
40 return this->
MakeOutput(this->MakeIndexFromOutputName(name));
Superclass of all classes generating surfaces (instances of class Surface) as output.
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
~SurfaceSource() override
#define mitkBaseDataSourceGetOutputDefinitions(className)