File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ void cv::viz::Viz3d::VizImpl::setViewerPose(const Affine3d &pose)
509
509
}
510
510
511
511
// ///////////////////////////////////////////////////////////////////////////////////////////
512
- cv::Affine3d cv::viz::Viz3d::VizImpl::getViewerPose ()
512
+ cv::Affine3d cv::viz::Viz3d::VizImpl::getViewerPose () const
513
513
{
514
514
vtkCamera& camera = *renderer_->GetActiveCamera ();
515
515
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ struct cv::viz::Viz3d::VizImpl
88
88
void resetCamera ();
89
89
90
90
void setViewerPose (const Affine3d &pose);
91
- Affine3d getViewerPose ();
91
+ Affine3d getViewerPose () const ;
92
92
93
93
void convertToWindowCoordinates (const Point3d &pt, Point3d &window_coord);
94
94
void converTo3DRay (const Point3d &window_coord, Point3d &origin, Vec3d &direction);
You can’t perform that action at this time.
0 commit comments