opencv/modules/viz/src
Igor Wodiany d7cbe6e947
Add const to getViewerPose()
getViewerPose() doesn't modify an object of the class so it can be
made const. It also makes this method consistent with other getters
in the class as they are defined as const.
2017-10-19 22:05:49 +01:00
..
vtk viz: free new[] allocated arrays using delete[] instead of free 2016-11-08 13:03:22 +01:00
clouds.cpp Added cloud shading support - additional normals array is used 2014-04-08 20:31:28 +04:00
precomp.hpp viz: free new[] allocated arrays using delete[] instead of free 2016-11-08 13:03:22 +01:00
shapes.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
types.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
viz3d.cpp Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
vizcore.cpp iteractor work 2014-03-02 23:15:53 +04:00
vizimpl.cpp Add const to getViewerPose() 2017-10-19 22:05:49 +01:00
vizimpl.hpp Add const to getViewerPose() 2017-10-19 22:05:49 +01:00
widget.cpp Added ability to disable lighting in the viz-module. 2016-01-14 19:02:18 +03:00