26 DataObjectPointerArray inputs = this->GetInputs();
27 for (
unsigned int index = 0; index < inputs.size(); ++index )
33 if ( ! nd || ! output )
35 MITK_ERROR(
"NavigationDataToNavigationDataFilter")(
"NavigationDataPassThroughFilter")
36 <<
"Input and output must not be null.";
37 mitkThrow() <<
"Input and output must not be null.";