Skip to content
Snippets Groups Projects
  • Mark OLESEN's avatar
    c4f13494
    ENH: construct VTK writers with the outputOptions and adjust internally · c4f13494
    Mark OLESEN authored
    - this shifts responsibility away from caller to the individual writers
      for knowing which file formats are supported and which file ending is
      appropriate. When the writer receives the output format request,
      it can elect to downgrade or otherwise adjust it to what it can
      actually manage (eg, legacy vs xml vs xml-append).
    
      But currently still just with legacy format backends.
    c4f13494
    History
    ENH: construct VTK writers with the outputOptions and adjust internally
    Mark OLESEN authored
    - this shifts responsibility away from caller to the individual writers
      for knowing which file formats are supported and which file ending is
      appropriate. When the writer receives the output format request,
      it can elect to downgrade or otherwise adjust it to what it can
      actually manage (eg, legacy vs xml vs xml-append).
    
      But currently still just with legacy format backends.