[vtk-developers] [VTK 0012179]: vtkTensorGlyph bugs

Mantis Bug Tracker mantis at public.kitware.com
Tue May 10 20:36:11 EDT 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12179 
====================================================================== 
Reported By:                Burlen
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   12179
Category:                   (No Category)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-05-10 20:36 EDT
Last Modified:              2011-05-10 20:36 EDT
====================================================================== 
Summary:                    vtkTensorGlyph bugs
Description: 
1) fix orientation inversion causing flipped surface normals. When the
determinant of the transformation matrix is < 0 surface normals are
flipped. The patch fizes it by testing for this condition and applying
an additional scale(-1,-1,-1).

2) Added names to generated output arrays so that they are recognized
by ParaView.

3) Override RequestUpdateExtent so that glyph source generates an whole
glyph when running in parallel, with out this only a piece of the glyph
is generated.

note: The test needs to be updated as well, as it takes measures to hide
bug 1, commments in the existing test describe this.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-10 20:36 Burlen         New Issue                                    
2011-05-10 20:36 Burlen         File Added: tensors_vtk_bug_norms.png           
        
======================================================================




More information about the vtk-developers mailing list