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
mitkBaseDataSourceGetOutputDeclarations itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
~UnstructuredGridSource() override
#define mitkBaseDataSourceGetOutputDefinitions(className)
Superclass of all classes generating unstructured grids (instances of class UnstructuredGrid) as outp...