------------------------------------------------------------------------------
| 504 | |
| 505 | //------------------------------------------------------------------------------ |
| 506 | void GeometryViewer::SetSize(int width, int height) |
| 507 | { |
| 508 | std::cout << __func__ << width << ',' << height << std::endl; |
| 509 | this->P->Interactor->UpdateSize(width, height); |
| 510 | } |
| 511 | |
| 512 | //------------------------------------------------------------------------------ |
| 513 | void GeometryViewer::RemoveAllActors() |