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

Method LoadInput

Rendering/OpenGL2/vtkOpenGLFXAAFilter.cxx:293–297  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

291
292//------------------------------------------------------------------------------
293void vtkOpenGLFXAAFilter::LoadInput()
294{
295 this->Input->CopyFromFrameBuffer(
296 this->Viewport[0], this->Viewport[1], 0, 0, this->Viewport[2], this->Viewport[3]);
297}
298
299//------------------------------------------------------------------------------
300void vtkOpenGLFXAAFilter::ApplyFilter()

Callers 1

ExecuteMethod · 0.95

Calls 1

CopyFromFrameBufferMethod · 0.80

Tested by

no test coverage detected