View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013236ParaView(No Category)public2012-06-11 13:162016-08-12 09:59
ReporterLeo Liu 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013236: Vertices of quadratic cells (edes, quads ..) should not be merged before rendering
DescriptionThe vertices of the quadratic cells are always merged (in vtkUnstructuredGridGeometryFilter) before rendering, i.e., duplicates are removed. This is not the right behaviour. The merging should be turned off.

To test, use the following VTK legacy file description. A correct output should show the two edges in two constant colors and discontinuous at the joint vertex.

-------------------------------------------------------------
# vtk DataFile Version 2.0
Test 1 : disjoints VTK_QUADRATIC_EDGE : one vertex in common
ASCII
DATASET UNSTRUCTURED_GRID
POINTS 6 float
0 0 0
0.5 0 0
1 0 0
1 1 0
.5 0.5 0
0 0 0
CELLS 2 8
3 0 2 1
3 5 3 4
CELL_TYPES 2
21
21
POINT_DATA 6
SCALARS scalars float 1
LOOKUP_TABLE default
1.0
1.0
1.0
0.0
0.0
0.0

TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038227)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2012-06-11 13:16 Leo Liu New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038227
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team