[vtkusers] visualizing slice contours via vtkAppendPolyData - retry

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Sat May 31 03:47:53 EDT 2003


No. You must add all the contours + the new one each time.

JB

----- Original Message -----
From: "Dean Inglis" <dean.inglis at on.aibn.com>
To: "vtkusers archive" <vtkusers at public.kitware.com>
Sent: Friday, May 30, 2003 6:03 PM
Subject: [vtkusers] visualizing slice contours via vtkAppendPolyData - retry


> Ok, no response yet let's try again...
> can vtkAppendPolyData be used to stack
> contours from volume image slices interactively?
> That is, is an API call like
>
> void AddSlice(const int& a_sliceNumber)
> {
>
>
m_AppendPolyData->SetInputByNumber(a_sliceNumber,m_PolyData[a_sliceNumber]);
>   m_Renderer->Render();
> }
>
> reasonble?  I only see the current slice and all previously
> 'appended' slices are missing.
>
> Dean
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>




More information about the vtkusers mailing list