Hi there,

I managed to generate a time t depending series of surfaces via 
mitk::Surface::SetVtkPolyData( data, t ) and I am able to save that data (one 
.vtp file for each time step) via the following code:

mitk::SurfaceVtkWriter<vtkXMLPolyDataWriter>::Pointer writer = 
mitk::SurfaceVtkWriter<vtkXMLPolyDataWriter>::New();
  writer->SetInput(surfaces);
  writer->Write();

Now, I want to load the data again in just one data node. However, for each 
file a new data node is created. Does anyone know a way to import a series of 
surfaces into a single node or a way to save such a series as one file?

Regards
Thomas

-----
Thomas Kilgus
Medizinische und Biologische Informatik
Deutsches Krebsforschungszentrum

Im Neuenheimer Feld 280
69120 Heidelberg

Telefon: +49(0)6221-42-3547
Fax: +49(0)6221-42-2345

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to