opencv/modules/viz/src/vtk
Simon Que 705464258e Merge pull request #11353 from eecsninja:3.4
* Fix CV_Asserts with negation of strings

{!"string"} causes some compilers to throw a warning.

The value of the string is not that important -- it's only for printing
the assertion message.

Replace these calls with:

  CV_Error(Error::StsError, "string")

to suppress the warning.

* remove unnecessary 'break' after CV_Error()
2018-04-20 15:31:47 +03:00
..
vtkCloudMatSink.cpp
vtkCloudMatSink.h improve the doc for the viz module. 2018-02-11 16:14:09 +08:00
vtkCloudMatSource.cpp Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
vtkCloudMatSource.h
vtkCocoaInteractorFix.mm Misc. modules/ typos 2018-02-12 07:09:43 -05:00
vtkImageMatSource.cpp
vtkImageMatSource.h
vtkOBJWriter.cpp
vtkOBJWriter.h
vtkTrajectorySource.cpp
vtkTrajectorySource.h
vtkVizInteractorStyle.cpp
vtkVizInteractorStyle.hpp improve the doc for the viz module. 2018-02-11 16:14:09 +08:00
vtkXYZReader.cpp
vtkXYZReader.h
vtkXYZWriter.cpp
vtkXYZWriter.h