------------------------------------------------------------------------------
| 2061 | |
| 2062 | //------------------------------------------------------------------------------ |
| 2063 | void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::RenderContourPass(vtkRenderer* ren) |
| 2064 | { |
| 2065 | this->SetupDepthPass(ren); |
| 2066 | this->ContourActor->Render(ren, this->ContourMapper.GetPointer()); |
| 2067 | this->ExitDepthPass(ren); |
| 2068 | this->DepthPassTime.Modified(); |
| 2069 | this->Parent->CurrentPass = this->Parent->RenderPass; |
| 2070 | } |
| 2071 | |
| 2072 | //------------------------------------------------------------------------------ |
| 2073 | void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::ExitDepthPass(vtkRenderer* vtkNotUsed(ren)) |
no test coverage detected