------------------------------------------------------------------------------
| 936 | |
| 937 | //------------------------------------------------------------------------------ |
| 938 | vtkOpenGLRenderWindow* vtkLineIntegralConvolution2D::GetContext() |
| 939 | { |
| 940 | return this->Context; |
| 941 | } |
| 942 | |
| 943 | //------------------------------------------------------------------------------ |
| 944 | void vtkLineIntegralConvolution2D::SetContext(vtkOpenGLRenderWindow* renWin) |
no outgoing calls
no test coverage detected