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

Method WritePrimaryElementAttributes

IO/ParallelXML/vtkXMLPStructuredDataWriter.cxx:39–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37
38//------------------------------------------------------------------------------
39void vtkXMLPStructuredDataWriter::WritePrimaryElementAttributes(ostream& os, vtkIndent indent)
40{
41 int* wExt =
42 this->GetInputInformation(0, 0)->Get(vtkStreamingDemandDrivenPipeline::WHOLE_EXTENT());
43 this->WriteVectorAttribute("WholeExtent", 6, wExt);
44 this->Superclass::WritePrimaryElementAttributes(os, indent);
45}
46
47//------------------------------------------------------------------------------
48void vtkXMLPStructuredDataWriter::WritePPieceAttributes(int index)

Callers

nothing calls this directly

Calls 3

WriteVectorAttributeMethod · 0.80
GetMethod · 0.45
GetInputInformationMethod · 0.45

Tested by

no test coverage detected