[vtkusers] Multiple actors using discretemarchingcubes

Bill Lorensen bill.lorensen at gmail.com
Mon May 16 23:31:53 EDT 2011


Look at this example. It uses vtkThreshold to extract the models using cell
data:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/GenerateModelsFromLabels

On Mon, May 16, 2011 at 11:22 PM, Thommen Korah <thkorah at hotmail.com> wrote:

>  I am able to use vtkDiscreteMarchingCubes to generate differently colored
> and labeled volumes. At the end of the visualization pipeline, I get a
> single vtkActor representing each labeled volume. How can I get separate
> vtkActors for each component.
>
> I understand that I can call discrete marching cubes on each label
> separately and store the resulting actor. I was wondering if there was a
> more correct way to extract the actors separately.
>
> Thanks.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110516/a010dca2/attachment.htm>


More information about the vtkusers mailing list