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

Method SetWriteSummaryFile

IO/ParallelXML/vtkXMLPDataObjectWriter.cxx:97–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95
96//------------------------------------------------------------------------------
97void vtkXMLPDataObjectWriter::SetWriteSummaryFile(int flag)
98{
99 vtkDebugMacro(<< this->GetClassName() << " (" << this << "): setting WriteSummaryFile to "
100 << flag);
101 if (this->WriteSummaryFile != flag)
102 {
103 this->WriteSummaryFile = flag;
104 this->Modified();
105 }
106}
107
108//------------------------------------------------------------------------------
109int vtkXMLPDataObjectWriter::RequestUpdateExtent(vtkInformation* vtkNotUsed(request),

Callers 1

WriteInternalMethod · 0.80

Calls 2

GetClassNameMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected