| 569 | } |
| 570 | |
| 571 | mitk::VtkPropRenderer::MappersMapType mitk::VtkPropRenderer::GetMappersMap() const |
| 572 | { |
| 573 | return m_MappersMap; |
| 574 | } |
| 575 | |
| 576 | // Workaround for GL Displaylist bug |
| 577 | static int glWorkAroundGlobalCount = 0; |
no outgoing calls
no test coverage detected