[vtk-developers] Dashboard

Blezek, Daniel J (CRD) blezek at crd.ge.com
Mon Dec 17 10:51:12 EST 2001


Sorry, this was my problem.  I thought I had checked this on our SGI compiler before checking it in,
but I apparently didn't.  Now fixed.  This also valid:

(VTK_TT) 0

rather than reinterpret_cast<VTK_TT*>

> 1) The following syntax is not valid for many current compilers. You
> can pass an unused argument instead to achieve the same effect
> 
> reinterpret_cast<VTK_TT *>(0)
> 
> instead of
> 
> vtkImageSeparableConvolutionExecute<VTK_TT>
> 



More information about the vtk-developers mailing list