View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015493VTK(No Category)public2015-05-27 10:022015-07-02 03:55
ReporterMathieu Westphal 
Assigned ToMathieu Westphal 
PriorityurgentSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version 
Summary0015493: Bug with pcoords[2] in vtkQuad::EvaluatePosition()
DescriptionWhat is observed :
calling vtkQuad::EvaluatePosition(..., pcoords)
does not overwrite pcoords[2] ( with a zero value as it is a 2D cell )

What is expected:
calling vtkQuad::EvaluatePosition(..., pcoords)
should overwrite pcoords[2] ( with a zero value as it is a 2D cell )

How to fix:
initialize pcoords[2] to 0

Note :
All vtkCell 2D might be affected, they should be checked.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034426)
Mathieu Westphal (developer)
2015-05-28 03:43

vtkCell implementation evaluatePosition Check:

vtkEmptyCell : pcoords not set at all, nor any output parameters.
vtkVertex : pcoords[2] is not set
vtkPolyVertex : pcoords[1] and pcoords[2] are not set
vtkPolygon : pcoords[2] is not set
vtkQuad : pcoords[2] is not set
(0034427)
Mathieu Westphal (developer)
2015-05-28 05:37

https://gitlab.kitware.com/vtk/vtk/merge_requests/247 [^]

 Issue History
Date Modified Username Field Change
2015-05-27 10:02 Mathieu Westphal New Issue
2015-05-28 03:43 Mathieu Westphal Note Added: 0034426
2015-05-28 05:37 Mathieu Westphal Note Added: 0034427
2015-07-02 03:55 Mathieu Westphal Status backlog => closed
2015-07-02 03:55 Mathieu Westphal Assigned To => Mathieu Westphal
2015-07-02 03:55 Mathieu Westphal Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team