38 for (
unsigned int i = 0; i < this->GetNumberOfOutputs() ; ++i)
NavigationDataToNavigationDataFilter is the base class of all filters that receive NavigationDatas as...
virtual void GenerateData() override
filter execute method
DataCollection - Class to facilitate loading/accessing structured data.
virtual void SetDataValid(bool _arg)
sets the dataValid flag of the NavigationData object indicating if the object contains valid data ...
Key-value list holding instances of BaseProperty.
virtual ~NavigationDataDisplacementFilter()
NavigationDataDisplacementFilter()
mitk::PropertyList::ConstPointer GetParameters() const override
Get all filter parameters (offset) as a PropertyList.
itk::SmartPointer< const Self > ConstPointer
bool GetPropertyValue(const char *propertyKey, T &value) const
Convenience access method for GenericProperty properties (T being the type of the second parameter...
virtual bool IsDataValid() const
returns true if the object contains valid data
virtual void SetPosition(PositionType _arg)
sets the position of the NavigationData object
virtual PositionType GetPosition() const
returns position of the NavigationData object
virtual void SetParameters(const mitk::PropertyList *p) override
Set all filter parameters (Offset) as the PropertyList p.
virtual void Graft(const DataObject *data) override
Graft the data and information from one NavigationData to another.
mitk::Vector3D m_Offset
offset that is added to all inputs