Archived issue #0022853

Unification of IVtk_ICamera API

Open CASCADEOCCT:VISclosed2 public notes

Search issues

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.

01Commenter 1
Two methods signatures are fixed:
void getScale(double& x, double& y, double& z) const;
void getViewCenter(double& x, double& y) const;
02Commenter 2
IVTk_ICamera renamed to IVTk_IView.
The issue has been corrected and should be closed, no testing is required.

Related records