Archived issue #0022853
Unification of IVtk_ICamera API
Description
IVtk_ICamera interface contains some methods that return several numeric values as out arguments, using C++ references. And there are few methods that return values as double*. It is proposed to unify the method signatures and use the same approach whenever possible.
Public activity
2 archived notes
Participants are labeled by their role within this record.
Two methods signatures are fixed:
void getScale(double& x, double& y, double& z) const;
void getViewCenter(double& x, double& y) const;
void getScale(double& x, double& y, double& z) const;
void getViewCenter(double& x, double& y) const;
IVTk_ICamera renamed to IVTk_IView.
The issue has been corrected and should be closed, no testing is required.
The issue has been corrected and should be closed, no testing is required.
Related records