| 310 | } |
| 311 | |
| 312 | int vtkProgrammableGlyphFilter::FillInputPortInformation(int port, vtkInformation* info) |
| 313 | { |
| 314 | if (port == 0) |
| 315 | { |
| 316 | info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkDataSet"); |
| 317 | return 1; |
| 318 | } |
| 319 | info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkPolyData"); |
| 320 | return 1; |
| 321 | } |
| 322 | |
| 323 | void vtkProgrammableGlyphFilter::PrintSelf(ostream& os, vtkIndent indent) |
| 324 | { |