MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013095 | ParaView | Bug | public | 2012-04-13 11:09 | 2013-01-11 14:01 |
|
| Reporter | Ian Curington | |
| Assigned To | Kyle Lutz | |
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 3.14.1 | |
| Target Version | | Fixed in Version | | |
| Project | ParaViewPro |
| Topic Name | |
| Type | incorrect functionality |
|
| Summary | 0013095: libGeoTiff as plugin requires VTK TIFF symbol export (addition req) |
| Description | 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
|
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | vtktiff.def (1,938) 2012-04-13 11:09 https://www.vtk.org/Bug/file/9172/vtktiff.def |
|
| 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 | bug_revision_view_page.php?bugnote_id=28516#r430 |
| 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 |
|
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
|
|
|
|
|
(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
|
|
|
|
|
(0030097)
|
|
Alan Scott
|
|
2013-01-11 14:01
|
|
|