View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016090ParaView(No Category)public2016-04-22 14:472016-08-12 10:00
ReporterPhilip Eisenlohr 
Assigned ToKitware Robot 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.0.1 
Target VersionFixed in Version 
Summary0016090: vtkXMLStructuredDataWriter fails with WriteToOutputStringOn()
DescriptionERROR: In /tmp/vtk20160219-59710-1ih9gsl/VTK-7.0.0/IO/XML/vtkXMLStructuredDataWriter.cxx, line 124
vtkXMLRectilinearGridWriter (0x7fe17b31b390): The FileName or Stream must be set first.

ERROR: In /tmp/vtk20160219-59710-1ih9gsl/VTK-7.0.0/Common/ExecutionModel/vtkExecutive.cxx, line 784
vtkCompositeDataPipeline (0x7fe17b31cc10): Algorithm vtkXMLRectilinearGridWriter(0x7fe17b31b390) returned failure for request: vtkInformation (0x7fe17b31e9f0)

in structuredDataWriter it reads (line 121):
    if (!this->Stream && !this->FileName)
      {
      this->SetErrorCode(vtkErrorCode::NoFileNameError);
      vtkErrorMacro("The FileName or Stream must be set first.");
      return 0;
      }

while in unstructuredDataWriter (line 117):
    if(!this->Stream && !this->FileName && !this->WriteToOutputString)
      {
      this->SetErrorCode(vtkErrorCode::NoFileNameError);
      vtkErrorMacro("The FileName or Stream must be set first or "
        "the output must be written to a string.");
      return 0;
      }

Is omitting outputting to a string a deliberate curtailing of the functionality of the structuredWriter??
TagsVTK
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0039040)
Kitware Robot (administrator)
2016-08-12 10:00

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2016-04-22 14:47 Philip Eisenlohr New Issue
2016-04-22 14:49 Philip Eisenlohr Tag Attached: VTK
2016-08-12 10:00 Kitware Robot Note Added: 0039040
2016-08-12 10:00 Kitware Robot Status backlog => closed
2016-08-12 10:00 Kitware Robot Resolution open => moved
2016-08-12 10:00 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team