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

Function GetInputAsTable

IO/XML/vtkXMLTableWriter.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 vtkTable* GetTableInput();
59 VTK_DEPRECATED_IN_9_5_0("Use GetTableInput() instead.")
60 vtkTable* GetInputAsTable() { return this->GetTableInput(); }
61 const char* GetDataSetName() override; // vtkTable isn't a DataSet but it's used by vtkXMLWriter
62
63 /**

Callers

nothing calls this directly

Calls 1

GetTableInputMethod · 0.45

Tested by

no test coverage detected