------------------------------------------------------------------------------
| 360 | |
| 361 | //------------------------------------------------------------------------------ |
| 362 | int vtkMultiBlockVolumeMapper::FillInputPortInformation(int port, vtkInformation* info) |
| 363 | { |
| 364 | this->Superclass::FillInputPortInformation(port, info); |
| 365 | info->Append(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkDataObjectTree"); |
| 366 | return 1; |
| 367 | } |
| 368 | |
| 369 | //------------------------------------------------------------------------------ |
| 370 | void vtkMultiBlockVolumeMapper::PrintSelf(ostream& os, vtkIndent indent) |