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

Method Activate

Rendering/VolumeOpenGL2/vtkOpenGLVolumeLookupTable.cxx:29–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

27
28//------------------------------------------------------------------------------
29void vtkOpenGLVolumeLookupTable::Activate()
30{
31 if (!this->TextureObject)
32 {
33 return;
34 }
35 this->TextureObject->Activate();
36}
37
38//------------------------------------------------------------------------------
39void vtkOpenGLVolumeLookupTable::Deactivate()

Callers 15

RenderMethod · 0.45
RenderTextureInternalMethod · 0.45
SetInterpolationMethod · 0.45
LoadTextureMethod · 0.45
EndImageSampleMethod · 0.45
SetupRenderToTextureMethod · 0.45
SetupDepthPassMethod · 0.45
RenderWithDepthPassMethod · 0.45
BindTransformationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected