MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013109 | VTK | (No Category) | public | 2012-04-20 03:58 | 2016-08-12 09:55 |
Reporter | Zhan | ||||
Assigned To | Dave DeMarle | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | Release | ||||
Type | incorrect functionality | ||||
Summary | 0013109: Wrong file pattern in Write() function of those vtkXXXImageWriters without setting FileName | ||||
Description | In 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|