[vtkusers] Re: How can I use the standard library class in C++ in VTK?!!
An Jiye
an_jiye at hotmail.com
Tue Dec 2 19:45:28 EST 2003
Hi Preeti,
I am afraid you forgot the using directive. Try to add this in the file you want to use vector:
#include <vector>
using namespace std;
Hope this will help.
Jiye An
----- Original Message -----
From: <vtkusers-request at vtk.org>
To: <vtkusers at vtk.org>
Sent: Tuesday, December 02, 2003 7:25 PM
Subject: vtkusers digest, Vol 1 #2232 - 6 msgs
> Message: 5
> Date: Tue, 2 Dec 2003 15:52:28 +0530
> From: "Pisupati, Preeti (CORP, GEITC)" <Preeti.Pisupati at geind.ge.com>
> To: <vtkusers at vtk.org>
> Subject: [vtkusers] How can I use the standard library class in C++ in VTK?!!
>
> Hi All,
>
> I am having trouble in using standard C++ class "vector", eventhough I =
> included the standard library class as # include <vector>. Can anyone =
> please help me out by explaining how to access this Vector class in VTK =
> classes?
>
> I will be very grateful to recieve a quick response.
>
> Thanks in advance,
> Preeti.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20031203/24ee6dae/attachment.htm>
More information about the vtkusers
mailing list