[vtkusers] Appending rectilinearGrid
    Dmitri Danewitz 
    d.danewitz at yahoo.de
       
    Wed Aug  5 08:19:58 EDT 2009
    
    
  
Hello all!
 
I'm parsing two 3D-RectilinearGrid-VTK files:
 
vtkRectilinearGridReader *Reader1 = vtkRectilinearGridReader::New();
vtkRectilinearGridReader *Reader2 = vtkRectilinearGridReader::New();
 
Reader1->SetFileName("D:/vtkstuff/Part1.vtk);
Reader2->SetFileName("D:/vtkstuff/Part2.vtk);
 
Reader1->Update();
Reader2->Update();
 
now I wanted to append them so that theyre together in one vtkRectilinearGrid?
 
I tried it with vtkAppendPolyData but that class only accepts vtkPolyData :-(
 
Is there a way to do this?
 
Greets
Dmitri
 
 
 
      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090805/320da08c/attachment.htm>
    
    
More information about the vtkusers
mailing list