Specify a source object at a specified table location.
| 42 | |
| 43 | // Specify a source object at a specified table location. |
| 44 | void 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. |
| 50 | vtkImageData* vtkImageChangeInformation::GetInformationInput() |