Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetInput
Function
GetInput
IO/XML/vtkXMLWriter.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
void SetInputData(int, vtkDataObject*);
65
vtkDataObject* GetInput(int port);
66
vtkDataObject* GetInput() { return this->GetInput(0); }
67
///@}
68
69
// See the vtkAlgorithm for a description of what these do
Callers
1
vtkGPUVolumeRayCastMapper.h
File · 0.50
Calls
1
GetInput
Method · 0.45
Tested by
no test coverage detected