MantisBT - ParaView
View Issue Details
0014256ParaView(No Category)public2013-08-29 12:462014-01-11 08:39
Alan Scott 
Dan Lipsa 
normalminorhave not tried
closedfixed 
 
4.14.1 
Sandia
14256-random-attribute-generator
incorrect functionality
0014256: Random color filter
We need a filter that will paint cells by random colors. This is different than the new catigorical color code.

An example would be to paint disk_out_ref.exo by GlobalElementId.

For this bug, lets make the filter dumb. In other words, don't worry about cells that end up the same color next to each other (that are not in contiguous GlobalElementId order).

An example of what I want is shown by creating a random number in the calculator. It is part of my tutorials here: http://www.paraview.org/Wiki/Beginning_Filters#Calculator_filter [^]

No tags attached.
related to 0011856closed Utkarsh Ayachit Add filter that creates block id variables 
Issue History
2013-08-29 12:46Alan ScottNew Issue
2013-08-29 21:20Utkarsh AyachitTarget Version => 4.1
2013-10-29 11:09Utkarsh AyachitAssigned To => Dan Lipsa
2013-11-04 15:12Dan LipsaStatusbacklog => active development
2013-11-13 14:45Dan LipsaTopic Name => 14256-random-attribute-generator
2013-11-15 09:02Dan LipsaNote Added: 0031857
2013-11-15 09:02Dan LipsaStatusactive development => gatekeeper review
2013-11-17 11:36Utkarsh AyachitFixed in Version => git-master
2013-11-17 11:36Utkarsh AyachitStatusgatekeeper review => customer review
2013-11-17 11:36Utkarsh AyachitNote Added: 0031860
2013-12-16 21:54Alan ScottNote Added: 0031971
2013-12-16 21:54Alan ScottStatuscustomer review => closed
2013-12-16 21:54Alan ScottResolutionopen => fixed
2014-01-11 08:39Utkarsh AyachitFixed in Versiongit-master => 4.1
2014-02-13 14:31Utkarsh AyachitRelationship addedrelated to 0011856

Notes
(0031857)
Dan Lipsa   
2013-11-15 09:02   
VTK commits:
commit 5bad3ea57e393f7ec62e7a08565d2756eb763efc
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Mon Nov 11 16:21:43 2013 -0500

    RandomAttributeGenerator can generate attributes constant within a block
    
    Added a test for this feature as as well.
    
    Change-Id: I8d56c324c51c19f5f795a92e5074b13f1b58af4b

commit 995272cc28f0f84cdcfdce99ed45a0ac30fce1d8
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Nov 7 17:09:53 2013 -0500

    RandomAttributeGenerator names its generated attribute arrays
    
    Also, clean-up the tests for RandomAttributeGenerator and BrownianPoints
    and added a 'see also' section for the two classes.
    
    Change-Id: Ia9886c91743c80ce92cae8176b55d43553d4dcf3
Paraview commits:
commit 0245f2c03dd6951287d9ccd20a72a607759e9462
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Mon Nov 11 16:24:47 2013 -0500

    Add an extra parameter to Random Attributes filter.
    
    Extra parameter allows for attributes constant within a block.
    
    Change-Id: I6f2a547fe9fc9154844db5d91f8fa235ca16d540

commit 11b2d67f9c1b925a8393c5d82a402258e5c9dd07
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Nov 7 17:15:39 2013 -0500

    Make RandomAttributeFilter visible in Paraview and add a test for it.
    
    Change-Id: I80aa6286631cb7554f97d8a5ce2d2728c848cdde
(0031860)
Utkarsh Ayachit   
2013-11-17 11:36   
Topics merged into master:
(VTK) 14256-random-attribute-generator
        14260_fix_splash_screen
        document-paraviewweb-on-aws-ec2
        fix_particle_streaming
(VTK) pvweb-group-file-in-visualizer
(VTK) pvweb-proxy-file-listing
(VTK) pvweb-py-launcher
(0031971)
Alan Scott   
2013-12-16 21:54   
Nice!

Tested remote server, Linux, master.