Re: [vmtk-users] VTK 5.10.0 compatibility
Brought to you by:
davidsteinman,
lucantiga
From: Luca A. <luc...@gm...> - 2013-05-27 07:23:59
|
It's in, thanks Luca On May 23, 2013, at 12:51 PM, Sebastian Ordas wrote: > One last for VTK 5.10.0 compatibility: > > In vtkvmtkImageBoxPainter.cxx: > > switch(output->GetScalarType()) > { > #if (VTK_MAJOR_VERSION < 5) > // This is simple a #define for a big case list. It handles > // all data types vtk can handle. > vtkTemplateMacro6(vtkvmtkImageBoxPainterExecute, input, output, > (VTK_TT *)(inPtr), (VTK_TT *)(outPtr), > relativeBoxExtent, > (VTK_TT)this->PaintValue); > > #else > vtkTemplateMacro( > vtkvmtkImageBoxPainterExecute(input, output, > (VTK_TT *)(inPtr), (VTK_TT *)(outPtr), > relativeBoxExtent, > (VTK_TT)this->PaintValue)); > #endif > default: > vtkGenericWarningMacro("Execute: Unknown input ScalarType"); > return; > } > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > _______________________________________________ > vmtk-users mailing list > vmt...@li... > https://lists.sourceforge.net/lists/listinfo/vmtk-users |