------------------------------------------------------------------------------
| 54 | |
| 55 | //------------------------------------------------------------------------------ |
| 56 | void vtk3DWidget::UpdateInput() |
| 57 | { |
| 58 | vtkAlgorithm* inpAlg = this->ConnectionHolder->GetInputAlgorithm(); |
| 59 | if (inpAlg) |
| 60 | { |
| 61 | inpAlg->Update(); |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | //------------------------------------------------------------------------------ |
| 66 | void vtk3DWidget::PlaceWidget() |
no test coverage detected