Skip to content
  • Utkarsh Ayachit's avatar
    Refactor piece iteration for XMLP writers. · 3adaa824
    Utkarsh Ayachit authored
    vtkXMLPDataWriter subclasses relied on the internal writer to request
    appropriate piece when writing multiple pieces. This makes it tricky to
    support cases where we want to conditionally write a piece. Hence,
    refactored the code to explicitly manage looping over pieces using
    CONTINUE_EXECUTING() mechanism in vtkXMLPDataWriter.
    3adaa824