Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetInput
Method
GetInput
IO/Legacy/vtkDataSetWriter.cxx:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
vtkDataSet* vtkDataSetWriter::GetInput()
108
{
109
return vtkDataSet::SafeDownCast(this->Superclass::GetInput());
110
}
111
112
vtkDataSet* vtkDataSetWriter::GetInput(int port)
113
{
Callers
1
WriteData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected