Hi,<br><br>I'm trying to use vtkDataSetAttributes::FieldList to figure out the common set of point data arrays among data sets in a multiblock data set. The simple problem I have is 2 blocks with the following point arrays:<br>
<br>* first block has arrays RTData, Elevation and velocity with Elevation the scalars array and velocity the vectors array<br>* second block has arrays RTData and velocity with RTData being the scalars array and velocity being the vector array<br>
<br>As I go through and intersect the arrays starting with the first block I get the result of 3 arrays but if I switch the order of the blocks then I get 2 arrays (it doesn't keep Elevation). It looks as if the vtkDataSetAttributes::FieldList::IntersectFieldList() should be checking array names as well for intersection but isn't.<br>
<br>So I guess my question is, should we be checking names there or is there some other desired behavior that we should have to check if the arrays are the "same"? <br><br>Thanks,<br>Andy<br>