| 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 |
nothing calls this directly
no test coverage detected