Hi! I´m having trouble retrieving the data from a vector-valued vtkDoubleArray, my code looks like this:
double tuple[3]; //tuple should be stored in this array scalars -> GetTupleValue(i,tuple); The first component, i.e. tuple[0] is retrieved properly, but tuple[1] and tuple[2] are definitely wrong, does anyone see the reason? (the array has 3 components, that´s checked). Or is there any other method I could use? thx, Natalie _________________________________________________________________ ¿Quieres cuidarte y estar bien? Conoce MSN Salud y Bienestar http://salud.latam.msn.com/
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
