MantisBT - Old ParaView Bugs
View Issue Details
0002550Old ParaView Bugs public2005-12-01 20:332009-12-09 14:52
Brian Wylie 
Berk Geveci 
lowminoralways
assignedopen 
0002550: SNL: Addition of point variable 'part index' is overkill
ExtractCTHPart adds the point variable 'part index' as an array on it's output. The output of this filter may be 50 million triangles (yes I'm serious) adding an array of doubles just to hold the part number seems like overkill. Can the part index be a 'short' ?
No tags attached.
Issue History

Notes
(0003353)
Brian Wylie   
2005-12-01 20:38   
In fact lets make it unsigned char. I believe that CTH has an upper limit on 'parts' that is much less than 255.