Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetInput
Method
GetInput
IO/Legacy/vtkTableWriter.cxx:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
vtkTable* vtkTableWriter::GetInput()
53
{
54
return vtkTable::SafeDownCast(this->Superclass::GetInput());
55
}
56
57
vtkTable* vtkTableWriter::GetInput(int port)
58
{
Callers
1
WriteData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected