MantisBT - ParaView
View Issue Details
0013095ParaViewBugpublic2012-04-13 11:092013-01-11 14:01
Ian Curington 
Kyle Lutz 
highminorhave not tried
closedfixed 
3.14.1 
 
ParaViewPro
incorrect functionality
0013095: libGeoTiff as plugin requires VTK TIFF symbol export (addition req)
PROBLEM:
  When developing new GeoReferencedImage loader plugin, using libgeotiff library, cannot interoperate with VTK TIFF shared library.

SOLUTION:
  Add single line symbol export to existing VTK def file, i.e.,
  Add vtk_TIFFSetTagExtender symbol to vtktiff shared library to allow building libgeotiff with ParaView's vtktiff.

  patched files: vtkGeometryRepresentation.h
   action: copy to ParaView-3.14.0/ParaViewCore/ClientServerCore

DESCRIPTION: GeoReferencedImage reader plugin uses libgeotiff library to read geo-referenced images. One of its dependencies is vtktiff, however, to build libgeotiff properly, it requires vtk_TIFFSetTagExtender symbol to be exported by it. This patch extends list of exported symbols by vtktiff shared library by adding vtk_TIFFSetTagExtender item to vtktiff.def file. Previously, this symbol was missing and didn't allow build package (libgeotiff + GeoReferencedImage) properly.

CHANGES: To make this patch, following changes were made (ParaView source patch):

       - Added vtk_TIFFSetTagExtender at the end of vtktiff.def

No tags attached.
? vtktiff.def (1,938) 2012-04-13 11:09
https://www.vtk.org/Bug/file/9172/vtktiff.def
Issue History
2012-04-13 11:09Ian CuringtonNew Issue
2012-04-13 11:09Ian CuringtonFile Added: vtktiff.def
2012-04-13 11:12Ian CuringtonNote Added: 0028475
2012-04-19 11:05js_nainNote Added: 0028489
2012-04-23 10:36Utkarsh AyachitCategory(No Category) => Bug
2012-04-23 10:36Utkarsh AyachitAssigned To => Kyle Lutz
2012-04-23 10:36Utkarsh AyachitStatusbacklog => todo
2012-04-23 10:41Utkarsh AyachitProjectTBD => ParaViewPro
2012-04-23 13:45Kyle LutzStatustodo => active development
2012-04-23 13:45Kyle LutzNote Added: 0028516
2012-04-23 13:45Kyle LutzNote Edited: 0028516bug_revision_view_page.php?bugnote_id=28516#r430
2012-04-24 09:58Kyle LutzNote Added: 0028523
2012-04-24 09:58Kyle LutzStatusactive development => gatekeeper review
2012-04-24 09:58Kyle LutzResolutionopen => fixed
2012-04-24 14:08Utkarsh AyachitNote Added: 0028526
2012-04-24 14:08Utkarsh AyachitStatusgatekeeper review => customer review
2012-07-20 11:44Ian CuringtonNote Added: 0028890
2013-01-11 14:01Alan ScottNote Added: 0030097
2013-01-11 14:01Alan ScottStatuscustomer review => closed

Notes
(0028475)
Ian Curington   
2012-04-13 11:12   
OOPS - typo got into description, please adjust as:

   patched files: vtktiff.def
   action: copy to ParaView-3.14.0/VTK/Utilities/vtktiff

Ignore mention of vtkGeometryRepresentation.h
(0028489)
js_nain   
2012-04-19 11:05   
It will be really great if this patch can be included.
(0028516)
Kyle Lutz   
2012-04-23 13:45   
Patch pushed to VTK's gerrit: http://review.source.kitware.com/#/t/452/ [^]

(0028523)
Kyle Lutz   
2012-04-24 09:58   
Fix merged into VTK master.
(0028526)
Utkarsh Ayachit   
2012-04-24 14:08   
Changed have been merged to VTK master and will get brought into PAraView once ParaView switches to using modular-VTK.
(0028890)
Ian Curington   
2012-07-20 11:44   
Thank you!
(0030097)
Alan Scott   
2013-01-11 14:01   
Closing due to age.