------------------------------------------------------------------------------ Specify the height map data
| 593 | //------------------------------------------------------------------------------ |
| 594 | // Specify the height map data |
| 595 | void vtkFitToHeightMapFilter::SetHeightMapData(vtkImageData* id) |
| 596 | { |
| 597 | this->SetInputData(1, id); |
| 598 | } |
| 599 | |
| 600 | //------------------------------------------------------------------------------ |
| 601 | // Get a pointer to a source object at a specified table location. |
no test coverage detected