Skip to content

BUG: Get rid of error printouts from TestRIBExporter

Dan Lipsa requested to merge danlipsa/vtk:TestRIBExporter into master

This fixes: ERROR: In /Common/ExecutionModel/vtkImageAlgorithm.cxx, line 137 vtkOpenGLTexture (0x7fa67b434bc0): Definition of Execute() method should be in subclass and you should really use the ExecuteData(vtkInformation *request,...) signature instead

and

ERROR: In /home/danlipsa/src/VTK/IO/Image/vtkTIFFWriter.cxx, line 137 vtkTIFFWriter (0x2028280): Unsupported data type: double

ERROR: In /home/danlipsa/src/VTK/IO/Image/vtkTIFFWriter.cxx, line 248 vtkTIFFWriter (0x2028280): Could not get data from input.

ERROR: In /home/danlipsa/src/VTK/IO/Image/vtkTIFFWriter.cxx, line 410 vtkTIFFWriter (0x2028280): Problem writting trailer.

Merge request reports