Skip to content
Snippets Groups Projects
Commit 5b08d198 authored by T.J. Corona's avatar T.J. Corona
Browse files

Removing unused parameter name in vtkGPUVolumeRayCastMapper.

parent 298a18d2
No related branches found
No related tags found
No related merge requests found
......@@ -193,13 +193,13 @@ public:
// Low level API to export the depth texture as vtkImageData in
// RenderToImage mode.
// Should be implemented by the graphics API specific mapper (GL or other).
virtual void GetDepthImage(vtkImageData* im) {};
virtual void GetDepthImage(vtkImageData*) {};
// Description:
// Low level API to export the color texture as vtkImageData in
// RenderToImage mode.
// Should be implemented by the graphics API specific mapper (GL or other).
virtual void GetColorImage(vtkImageData* im) {};
virtual void GetColorImage(vtkImageData*) {};
//BTX
// Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment