------------------------------------------------------------------------------
| 2071 | |
| 2072 | //------------------------------------------------------------------------------ |
| 2073 | void vtkOpenGLContextDevice2D::PopMatrix() |
| 2074 | { |
| 2075 | this->ModelMatrix->Pop(); |
| 2076 | } |
| 2077 | |
| 2078 | //------------------------------------------------------------------------------ |
| 2079 | void vtkOpenGLContextDevice2D::SetClipping(int* dim) |
no test coverage detected