[vtkusers] (no subject)
Simon Bulman
S.D.Bulman at swansea.ac.uk
Thu Apr 12 09:06:45 EDT 2001
Hi All,
I am trying to create hardcopy's of scenes shown on my vtkRenderer (.bmp),
and use the vtkRenderLargeImage because we need higher than screen resolution.
When I click a button which invokes the function shown below, my renderer shown on
the screen messes up. Is there a way to make the screen remain in the initial state until
the print function has finished??
Thanks for any help.
Simon
====================================================
void PolyPost_Canvas::Print (void) const
{
vtkRenderLargeImage* largeImage = vtkRenderLargeImage::New();
largeImage->SetInput(_renderer);
largeImage->SetMagnification(4);
vtkBMPWriter* writer = vtkBMPWriter::New();
writer->SetInput(viewer->GetOutput());
writer->SetFileName("D:\\users\\cgbulman\\test.bmp");
writer->Write();
largeImage->Delete();
writer->Delete();
}
====================================================
================================
S.D.Bulman.
Senior Research Officer.
University of Wales Swansea.
S.D.Bulman at swansea.ac.uk
(W) +44 (0)1792 513179
(H) +44 (0)1792 511144
================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20010412/ec0eaa2c/attachment.htm>
More information about the vtkusers
mailing list