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

Method WritePData

IO/ParallelXML/vtkXMLPUnstructuredDataWriter.cxx:43–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42//------------------------------------------------------------------------------
43void vtkXMLPUnstructuredDataWriter::WritePData(vtkIndent indent)
44{
45 this->Superclass::WritePData(indent);
46 if (this->ErrorCode == vtkErrorCode::OutOfDiskSpaceError)
47 {
48 return;
49 }
50 vtkPointSet* input = this->GetPointSetInput();
51 this->WritePPoints(input->GetPoints(), indent);
52}
53VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 3

GetPointSetInputMethod · 0.95
WritePPointsMethod · 0.80
GetPointsMethod · 0.45

Tested by

no test coverage detected