14.04.2013 Views

Introdução ao VTK

Introdução ao VTK

Introdução ao VTK

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Pipeline de visualização do <strong>VTK</strong><br />

C ++ ...Exemplo: Criação de uma isosuperfície de uma proteína<br />

Tcl<br />

//Terminate the pipeline<br />

vtkActor *isoActor = vtkActor::New();<br />

isoActor->SetMapper(isoMapper);<br />

//Set the color of the Actor<br />

vtkProperty *prop =<br />

isoActor->GetProperty();<br />

prop->SetColor(1, 0, 0);<br />

//Add the Actor to the renderer<br />

ren->AddActor(isoActor);<br />

//Render the image<br />

renWin->Render();<br />

# Terminate the pipeline<br />

vtkActor isoActor<br />

isoActor SetMapper isoMapper<br />

# Set the color of the Actor<br />

vtkProperty prop<br />

set prop [isoActor GetProperty]<br />

prop SetColor 1 0 0<br />

# Add the Actor the the renderer<br />

ren AddActor isoActor<br />

# Render the image<br />

renWin Render<br />

J. Tavares / J. Barbosa Visualização Cientifíca - <strong>Introdução</strong> <strong>ao</strong> <strong>VTK</strong> 85

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!