| 268 | } |
| 269 | |
| 270 | vtkMatrix4x4* vtkOpenGLContextDevice2D::GetModelMatrix() |
| 271 | { |
| 272 | return this->ModelMatrix->GetMatrix(); |
| 273 | } |
| 274 | |
| 275 | //------------------------------------------------------------------------------ |
| 276 | void vtkOpenGLContextDevice2D::Begin(vtkViewport* viewport) |
no test coverage detected