CIBC:Documentation:SCIRun:Reference:SCIRun:WriteBundle
From NCRR Biomedical Software Development, Engineering, and Dissemination Wiki
Contents |
WriteBundle
Information
- Package: SCIRun
- Catagory: DataIO
- Author(s): Jeroen Stinstra
- Status: Supported in latest version
- Version: 3.0
Description
Summary
This module writes a bundle object to disk.
Detailed Description
This module writes a bundle object to disk. A bundle file has a .bdl extension and can be written with the WriteBundle module and can be read with the BundleReader module. In a bdl file every component is stored. Hence it can be used to group a lot of different SCIRun objects together and store it as one file.
Frequently Asked Questions
- Does the bundle writer store duplicate objects twice in a file?
- No, the bundle writer will detect whether objects are the same. For instance if two fields use the same mesh, the mesh is only stored once in the file. This way memory and space is conserved.
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun
