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

Method StartPrimaryElement

IO/XML/vtkXMLHyperTreeGridWriter.cxx:265–270  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

263
264//------------------------------------------------------------------------------
265int vtkXMLHyperTreeGridWriter::StartPrimaryElement(vtkIndent indent)
266{
267 ostream& os = *(this->Stream);
268
269 return (!this->WritePrimaryElement(os, indent)) ? 0 : 1;
270}
271
272//------------------------------------------------------------------------------
273void vtkXMLHyperTreeGridWriter::WritePrimaryElementAttributes(ostream& os, vtkIndent indent)

Callers 1

WriteDataMethod · 0.95

Calls 1

WritePrimaryElementMethod · 0.80

Tested by

no test coverage detected