------------------------------------------------------------------------------
| 1649 | |
| 1650 | //------------------------------------------------------------------------------ |
| 1651 | void vtkAlgorithm::Update() |
| 1652 | { |
| 1653 | int port = -1; |
| 1654 | if (this->GetNumberOfOutputPorts()) |
| 1655 | { |
| 1656 | port = 0; |
| 1657 | } |
| 1658 | this->Update(port); |
| 1659 | } |
| 1660 | |
| 1661 | //------------------------------------------------------------------------------ |
| 1662 | void vtkAlgorithm::Update(int port) |