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

Method CaptureVectorProps

IO/ExportGL2PS/vtkOpenGLGL2PSExporter.cxx:177–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177bool vtkOpenGLGL2PSExporter::CaptureVectorProps()
178{
179 vtkOpenGLGL2PSHelper* gl2ps = vtkOpenGLGL2PSHelper::GetInstance();
180 gl2ps->SetActiveState(vtkOpenGLGL2PSHelper::Capture);
181 this->RenderWindow->Render();
182 gl2ps->SetActiveState(vtkOpenGLGL2PSHelper::Inactive);
183
184 return true;
185}
186VTK_ABI_NAMESPACE_END

Callers 1

WriteDataMethod · 0.95

Calls 1

RenderMethod · 0.65

Tested by

no test coverage detected