Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetInput
Method
GetInput
IO/CellGrid/vtkCellGridWriter.cxx:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
vtkCellGrid* vtkCellGridWriter::GetInput()
46
{
47
return vtkCellGrid::SafeDownCast(this->Superclass::GetInputDataObject(0, 0));
48
}
49
50
vtkCellGrid* vtkCellGridWriter::GetInput(int port)
51
{
Callers
3
WriteData
Method · 0.95
WriteData
Method · 0.45
WriteData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected