[IGSTK-Users] dynamic clipping
Patrick Cheng
cheng at isis.georgetown.edu
Mon Mar 23 12:05:54 EDT 2009
Hi Luca Ramundo,
The current igstkReslicerPlaneSpatialObject and
igstkMeshResliceObjectRepresentation class together will display the
contour of the model, which uses the vtkCutter class.
To implement the clipping function, you will need vtkClipPolyData or
vtkGenericClip classes.
http://www.vtk.org/doc/release/5.0/html/a01241.html
Both of them can take vtkPlanes as the clipping function.
You can write a new class: igstkMeshClippingObjectRepresentation, which
uses vtkClipPolyData class inside instead of vtkCutter.
Let us know if you have any question.
Thank you,
Patrick
Luca Ramundo wrote:
> Hi everybody,
> I'm developing an application that loads DICOM on four quadrants and
> then loads 3d volume overlapping that in a right position.
> Now I'd like to see only a part of my models make a dynamic clipping
> depending on the axial,sagittal, orthogonal position of the plans.
> Is possible? Someone has done something like this?
> ------------------------------------------------------------------------
> Organizza, modifica e condividi le tue foto. Scarica Raccolta foto!
> <http://clk.atdmt.com/GBL/go/136430508/direct/01/>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users
More information about the IGSTK-Users
mailing list