Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Render
Method
Render
Views/Core/vtkRenderViewBase.cxx:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void vtkRenderViewBase::Render()
126
{
127
this->PrepareForRendering();
128
this->RenderWindow->Render();
129
}
130
131
void vtkRenderViewBase::ResetCamera()
132
{
Callers
nothing calls this directly
Calls
2
PrepareForRendering
Method · 0.95
Render
Method · 0.65
Tested by
no test coverage detected