Page MenuHomePhabricator

Rename methods in mitk::NavigationDataObjectVisualizationFilter
Closed, ResolvedPublic

Description

rename mitk::NavigationDataObjectVisualizationFilter::SetBaseData() to SetRepresentationObject()
mitk::NavigationDataObjectVisualizationFilter::SetRepresentationObject() is named after the functionality, not after the used datatype.

Rename TransformPosition and TransformOrientation to ApplyTranslation and ApplyRotation

Event Timeline

[SVN revision 21416]
CHG (#3271): rename SetBaseData() to SetRepresentationObject()

[SVN revision 21419]
COMP (#3271): rename SetBaseData() to SetRepresentationObject()

TransformPosition and TransformOrientation will not be renamed. The old names are good enough.

Renaming to SetRepresentationObject() is finished, Darclients showed no errors, closing bug now