MCPcopy 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.hFile · 0.85

Calls 1

GetDataSetInputMethod · 0.45

Tested by

no test coverage detected