irtkVolumeToMesh.cc: vtkPNGWriter.h/vtkOpenGLRenderer.h file not found
schuhschuh opened this issue · 2 comments
schuhschuh commented
I am getting a vtkPNGWriter.h file not found
error in irtkVolumeToMesh.cc
. My VTK version is 6.3, other VTK headers are found. The header file is present in my VTK directory.
This compilation error is caused by a missing vtkIOImage
component. But on the other hand, it occurs in a C++ module which for now should be removed (cf. #3).
schuhschuh commented
Next I am also missing vtkOpenGLRenderer
which is also used only by irtkVolumeToMesh
.
schuhschuh commented
Will close this issue by resolving #3 via removing the offending source files from IRTK.