<div dir="ltr">Hi,<div><br></div><div>I have a vtkPolyData file that has some meta-information in the form of fielddata/celldata. My file looks as follows, after POINTS and POLYGONS: </div><div><br></div><div>...</div><div>
<div>CELL_DATA 1024</div><div>SCALARS data_name1 int 1</div><div>LOOKUP_TABLE data_name1_table</div><div>5</div><div>5</div><div>5</div><div>5</div><div>...</div><div><br></div><div><div>SCALARS data_name2 int 2</div><div>
LOOKUP_TABLE data_name2_table</div><div>0 2 </div><div>0 2 </div><div>0 2 </div><div>0 2 </div></div><div>...</div><div><br></div><div><br></div><div>The code </div><div>vtkSmartPointer<vtkCellData> cellData = polydata->GetCellData()->GetArray(0);</div>
<div>only retrieves the first table, i.e. data_name1. </div><div><br></div><div>The code </div><div>cellData->GetNumberOfArrays();<br></div><div>returns a value of 1. </div><div><br></div><div>How would I go about retrieving the information in the second table? The file can be read into paraview without any problems, and paraview's information tab lists both tables under Data Arrays. </div>
<div><br></div><div>Thanks,</div>-- <br>Tanweer Rashid<br>MSVE Dept.<br><div>Old Dominion University</div></div><div>
</div></div>