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

Method SetInformationInputData

Imaging/Core/vtkImageChangeInformation.cxx:44–47  ·  view source on GitHub ↗

Specify a source object at a specified table location.

Source from the content-addressed store, hash-verified

42
43// Specify a source object at a specified table location.
44void vtkImageChangeInformation::SetInformationInputData(vtkImageData* pd)
45{
46 this->SetInputData(1, pd);
47}
48
49// Get a pointer to a source object at a specified table location.
50vtkImageData* vtkImageChangeInformation::GetInformationInput()

Callers 3

TestInformationInputFunction · 0.80

Calls 1

SetInputDataMethod · 0.45

Tested by 1

TestInformationInputFunction · 0.64