MCPcopy Create free account
hub / github.com/Kitware/VTK / SetFilePattern

Method SetFilePattern

IO/Parallel/vtkPDataSetWriter.cxx:49–53  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49void vtkPDataSetWriter::SetFilePattern(const char* formatArg)
50{
51 vtkSetStringBodyMacro(FilePattern, formatArg);
52 this->FilePatternStdFormat = formatArg ? vtk::to_std_format(formatArg) : "";
53}
54
55//------------------------------------------------------------------------------
56void vtkPDataSetWriter::SetNumberOfPieces(int num)

Callers 3

vtkPDataSetWriterMethod · 0.95
~vtkPDataSetWriterMethod · 0.95
~vtkPExodusIIReaderMethod · 0.45

Calls 1

to_std_formatFunction · 0.85

Tested by

no test coverage detected