Hi, Has anyone got example code that builds image data from scratch in Java? Ultimately I'd like a vtkImageData object. I considered using vtkImageImport in java but there doesn't appear to be any access to the two methods that actually copy data: CopyImportVoidPointer() and SetImportVoidPointer(). :-/ I'm using vtk 4.2. Thanks, -Steve