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

Function GetInputAsPointSet

IO/XML/vtkXMLUnstructuredDataWriter.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 vtkPointSet* GetPointSetInput();
69 VTK_DEPRECATED_IN_9_5_0("Use GetPointSetInput() instead.")
70 vtkPointSet* GetInputAsPointSet() { return this->GetPointSetInput(); }
71 const char* GetDataSetName() override = 0;
72 virtual void SetInputUpdateExtent(int piece, int numPieces, int ghostLevel);
73

Callers

nothing calls this directly

Calls 1

GetPointSetInputMethod · 0.45

Tested by

no test coverage detected