| 175 | } |
| 176 | |
| 177 | bool 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 | } |
| 186 | VTK_ABI_NAMESPACE_END |