Skip to content

Can't change output model file name when constructing ScaleTool systematically with API #3112

Open
@carmichaelong

Description

@carmichaelong

ScaleTool has a ModelScaler and MarkerPlacer associated with it. ModelScaler and MarkerPlacer each has methods to set the output model file from each step. However, both ScaleTool::getModelScaler() and ScaleTool::getMarkerPlacer() return const objects, so the setOutputModelFileName() functions won't change anything.

@aymanhab I'm thinking of just adding updModelScaler and updMarkerPlacer methods to ScaleTool so that these can be changed. Let me know if you think that makes sense or if there are issues that I'm missing with doing this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions