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

Method WritePrimaryElementAttributes

IO/ParallelXML/vtkXMLPDataWriter.cxx:130–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//------------------------------------------------------------------------------
130void vtkXMLPDataWriter::WritePrimaryElementAttributes(
131 std::ostream& vtkNotUsed(os), vtkIndent vtkNotUsed(indent))
132{
133 this->WriteScalarAttribute("GhostLevel", this->GhostLevel);
134}
135
136//------------------------------------------------------------------------------
137void vtkXMLPDataWriter::SetupPieceFileNameExtension()

Callers 1

WriteDataMethod · 0.45

Calls 1

WriteScalarAttributeMethod · 0.80

Tested by

no test coverage detected