30 DataObjectPointerArray inputs = this->GetInputs();
31 for (
unsigned int index = 0; index < inputs.size(); ++index )
37 if ( ! nd || ! output )
39 MITK_ERROR(
"NavigationDataToNavigationDataFilter")(
"NavigationDataPassThroughFilter")
40 <<
"Input and output must not be null.";
41 mitkThrow() <<
"Input and output must not be null.";
virtual ~NavigationDataPassThroughFilter()
virtual void SetDataValid(bool _arg)
sets the dataValid flag of the NavigationData object indicating if the object contains valid data ...
NavigationDataPassThroughFilter()
virtual void GenerateData() override
Passes navigation data from all inputs to all outputs. If a subclass wants to implement its own versi...
virtual bool IsDataValid() const
returns true if the object contains valid data
virtual void Graft(const DataObject *data) override
Graft the data and information from one NavigationData to another.