Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetInputAsDataSet
Function
GetInputAsDataSet
Rendering/Core/vtkMapper.h:427–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
vtkDataSet* GetDataSetInput() { return this->GetInput(); }
426
VTK_DEPRECATED_IN_9_5_0(
"Use GetDataSetInput() instead."
)
427
vtkDataSet* GetInputAsDataSet() { return this->GetDataSetInput(); }
428
///@}
429
430
///@{
Callers
1
vtkXMLWriter.h
File · 0.85
Calls
1
GetDataSetInput
Method · 0.45
Tested by
no test coverage detected