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

Method WriteMetaFileIfRequested

IO/XML/vtkXMLCompositeDataWriter.cxx:344–354  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

342
343//------------------------------------------------------------------------------
344int vtkXMLCompositeDataWriter::WriteMetaFileIfRequested()
345{
346 if (this->WriteMetaFile)
347 {
348 if (!this->Superclass::WriteInternal())
349 {
350 return 0;
351 }
352 }
353 return 1;
354}
355
356//------------------------------------------------------------------------------
357void vtkXMLCompositeDataWriter::MakeDirectory(const char* name)

Callers 1

RequestDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected