Hello Everyone, I'm a new user of VTK and I program with Java. I have a question to get data from array classes, for example vtkFloatArray or vtkBitArray. One way is to get the data with the getValue(id) method. It's not very fast. Is it possible to do it faster like the getPointer methode from vtkCharArray class? Thanks Smitti