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

Function GetInputAsPointSet

IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 vtkPointSet* GetPointSetInput();
34 VTK_DEPRECATED_IN_9_5_0("Use GetPointSetInput() instead.")
35 vtkPointSet* GetInputAsPointSet() { return this->GetPointSetInput(); }
36 virtual vtkXMLUnstructuredDataWriter* CreateUnstructuredPieceWriter() = 0;
37 vtkXMLWriter* CreatePieceWriter(int index) override;
38 void WritePData(vtkIndent indent) override;

Callers

nothing calls this directly

Calls 1

GetPointSetInputMethod · 0.45

Tested by

no test coverage detected