[vtkusers] error ???
Veerapuram Varadhan
v.varadhan at gmail.com
Mon Jul 26 03:01:44 EDT 2004
Hi Pallavi,
This sounds like your program keeps allocating memory without freeing
them after its use. The error message is more or less like a "Runtime
error" or "abnormal termination" message. In simple terms, it is
crashing.
Check your program for memory allocations and de-allocations.
Regards,
V. Varadhan.
----- Original Message -----
From: Pallavi Joshi <pallavi.joshi at vanderbilt.edu>
Date: Sun, 25 Jul 2004 16:23:32 -0500
Subject: [vtkusers] error ???
To: vtkusers at vtk.org
Hi All,
When I run my program I get the following error:
"This application has requested the Runtime to terminate in an unusual
way. Please contact the application's support team for more
information".
Does anybody have any idea what this means ?
--Pallavi
----- Original Message -----
From: Glen Lehmann
To: Pallavi Joshi
Cc: <vtkusers at vtk.org>
Sent: Sunday, July 25, 2004 3:17 PM
Subject: Re: [vtkusers] vtkTransform Rotation ???
Hi Pallavi,
The easiest way is to use vtkImageChangeInformation->CenterImageOn()
before applying your transformation. Otherwise, you can use
vtkImageData->SetOrigin() to specify your own.
Cheers,
Glen
On Jul 25, 2004, at 4:07 PM, Pallavi Joshi wrote:
Hi All,
The rotations in vtkTransform are around the origin of the Image right
? and the origin is (0,0,0). What do I need to do if I have to rotate
the image around the center of the image ??
Pleaase reply,
Pallavi
-------------------------------------------------------------------
Pallavi Joshi
Graduate Student
Medical Image Processing Lab
Vanderbilt University
Phone: 615-343-6259
--------------------------------------------------------------------
_______________________________________________
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://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list