Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetInput
Function
GetInput
Filters/General/vtkRemovePolyData.h:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
*/
64
vtkPolyData* GetInput(int idx);
65
vtkPolyData* GetInput() { return this->GetInput(0); }
66
///@}
67
68
///@{
Callers
nothing calls this directly
Calls
1
GetInput
Method · 0.45
Tested by
no test coverage detected