View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001848VTK(No Category)public2005-05-13 09:302005-05-13 13:10
ReporterMathieu Malaterre 
Assigned ToMathieu Malaterre 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001848: Flipped mhd vector fields
Descriptionhttp://public.kitware.com/pipermail/paraview/2005-May/001430.html [^]

Hi,

if I load vector fields stored in Meta Image Data Files (*.mha), and use
the glyph filter, the result seems to be flipped along the y-Axis. Is
this an intended behaviour for mhd files or is there any way around this
Problem?
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0002416)
Mathieu Malaterre (developer)
2005-05-13 09:31

Fixed in CVS:

$ cvs ci -m"BUG: Fix flipped image in MetaImageReader" vtkMetaImageReader.cxx
/cvsroot/ParaView/ParaView/VTK/IO/vtkMetaImageReader.cxx,v <-- vtkMetaImageReader.cxx
new revision: 1.18; previous revision: 1.17

With patch:
Index: vtkMetaImageReader.cxx
===================================================================
RCS file: /cvsroot/ParaView/ParaView/VTK/IO/vtkMetaImageReader.cxx,v
retrieving revision 1.17
diff -u -3 -p -r1.17 vtkMetaImageReader.cxx
--- vtkMetaImageReader.cxx 28 Mar 2005 21:09:31 -0000 1.17
+++ vtkMetaImageReader.cxx 13 May 2005 13:23:31 -0000
@@ -616,6 +616,7 @@ int vtkMetaImageReader::GetFileInformati
     this->SetFileDimensionality(3);
     this->SetDataSpacing(spacing);
     this->SetDataOrigin(origin);
+ this->FileLowerLeftOn();

     if ( bigendian )
       {

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team