MCPcopy Create free account
hub / github.com/Kitware/VTK / RenderContourPass

Method RenderContourPass

Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx:2063–2070  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2061
2062//------------------------------------------------------------------------------
2063void 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//------------------------------------------------------------------------------
2073void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::ExitDepthPass(vtkRenderer* vtkNotUsed(ren))

Callers 1

RenderWithDepthPassMethod · 0.95

Calls 5

SetupDepthPassMethod · 0.95
ExitDepthPassMethod · 0.95
RenderMethod · 0.65
GetPointerMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected