[IGSTK-Users] Coronal and Sagittal Views

Ashwath Hegde, ERS-HCLTech Ashwathh at hcl.com
Fri Feb 25 09:18:34 EST 2011


Hi All,

I have developed a application similar to NeedleBiopsy application given in IGSTK\Examples.
I have no problem with Axial and 3D views,they are getting displayed properly.
But my Coronal and Sagittal images are getting displayed in the upper
Half of their display quadrant.I tried setting the m_view2DCoronal->SetCameraPosition but its not working.
There is no GetCameraPosition method to see the camera position after the m_view2DCoronal->RequestResetCamera();
is called.

Below is the part of code which I have shown:

m_view2DCoronal->RequestResetCamera();
m_view2DCoronal->SetRefreshRate(30);
m_view2DCoronal->RequestStart();
SetRequestEnableInteractionCoronal();

m_view2DSagittal->RequestResetCamera();
m_view2DSagittal->SetRefreshRate(30);
m_view2DSagittal->RequestStart();
SetRequestEnableInteractionSagittal();

Can anybody help me on this?

Thanks and Regards,
Ashwath.

________________________________
::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20110225/67fbde40/attachment.html>


More information about the IGSTK-Users mailing list