View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013109VTK(No Category)public2012-04-20 03:582016-08-12 09:55
ReporterZhan 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version 
Summary0013109: Wrong file pattern in Write() function of those vtkXXXImageWriters without setting FileName
DescriptionIn vtk's vtkImageWriter/vtkJPEGWriter/vtkPNGWriter/etc, if not setting FileName ,FilePrefix and FilePattern, it would go to the third condition to call:

   sprintf( this->InternalFileName, this ->FilePattern,this->FileNumber);

but the default FilePattern is "%s.%d" and it can't work correctly. Checking the FilePattern is needed, I think.
TagsNo tags attached.
ProjectRelease
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031165)
Dave DeMarle (administrator)
2013-07-22 14:52

Please reopen this bug if the problem persists in 6.0.0.
(0037274)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

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

 Issue History
Date Modified Username Field Change
2012-04-20 03:58 Zhan New Issue
2013-07-22 14:52 Dave DeMarle Note Added: 0031165
2013-07-22 14:52 Dave DeMarle Status backlog => expired
2013-07-22 14:52 Dave DeMarle Resolution open => fixed
2013-07-22 14:52 Dave DeMarle Assigned To => Dave DeMarle
2016-08-12 09:55 Kitware Robot Note Added: 0037274
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team