View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013095ParaViewBugpublic2012-04-13 11:092013-01-11 14:01
ReporterIan Curington 
Assigned ToKyle Lutz 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.14.1 
Target VersionFixed in Version 
Summary0013095: libGeoTiff as plugin requires VTK TIFF symbol export (addition req)
DescriptionPROBLEM:
  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

TagsNo tags attached.
ProjectParaViewPro
Topic Name
Typeincorrect functionality
Attached Files? file icon vtktiff.def [^] (1,938 bytes) 2012-04-13 11:09

 Relationships

  Notes
(0028475)
Ian Curington (reporter)
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 (reporter)
2012-04-19 11:05

It will be really great if this patch can be included.
(0028516)
Kyle Lutz (viewer)
2012-04-23 13:45
edited on: 2012-04-23 13:45

Patch pushed to VTK's gerrit: http://review.source.kitware.com/#/t/452/ [^]

(0028523)
Kyle Lutz (viewer)
2012-04-24 09:58

Fix merged into VTK master.
(0028526)
Utkarsh Ayachit (administrator)
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 (reporter)
2012-07-20 11:44

Thank you!
(0030097)
Alan Scott (manager)
2013-01-11 14:01

Closing due to age.

 Issue History
Date Modified Username Field Change
2012-04-13 11:09 Ian Curington New Issue
2012-04-13 11:09 Ian Curington File Added: vtktiff.def
2012-04-13 11:12 Ian Curington Note Added: 0028475
2012-04-19 11:05 js_nain Note Added: 0028489
2012-04-23 10:36 Utkarsh Ayachit Category (No Category) => Bug
2012-04-23 10:36 Utkarsh Ayachit Assigned To => Kyle Lutz
2012-04-23 10:36 Utkarsh Ayachit Status backlog => todo
2012-04-23 10:41 Utkarsh Ayachit Project TBD => ParaViewPro
2012-04-23 13:45 Kyle Lutz Status todo => active development
2012-04-23 13:45 Kyle Lutz Note Added: 0028516
2012-04-23 13:45 Kyle Lutz Note Edited: 0028516
2012-04-24 09:58 Kyle Lutz Note Added: 0028523
2012-04-24 09:58 Kyle Lutz Status active development => gatekeeper review
2012-04-24 09:58 Kyle Lutz Resolution open => fixed
2012-04-24 14:08 Utkarsh Ayachit Note Added: 0028526
2012-04-24 14:08 Utkarsh Ayachit Status gatekeeper review => customer review
2012-07-20 11:44 Ian Curington Note Added: 0028890
2013-01-11 14:01 Alan Scott Note Added: 0030097
2013-01-11 14:01 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team