MCPcopy Create free account
hub / github.com/Kitware/VTK / GetDataSetInput

Function GetDataSetInput

Rendering/Core/vtkMapper.h:425–425  ·  view source on GitHub ↗

@{ * Get the input to this mapper as a vtkDataSet, instead of as a * more specialized data type that the subclass may return from * GetInput(). This method is provided for use in the wrapper languages, * C++ programmers should use GetInput() instead. */

Source from the content-addressed store, hash-verified

423 * C++ programmers should use GetInput() instead.
424 */
425 vtkDataSet* GetDataSetInput() { return this->GetInput(); }
426 VTK_DEPRECATED_IN_9_5_0("Use GetDataSetInput() instead.")
427 vtkDataSet* GetInputAsDataSet() { return this->GetDataSetInput(); }
428 ///@}

Callers 2

vtkXMLWriter.hFile · 0.85
GetBoundsFromPortMethod · 0.85

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected