[vtkusers] How can I use the standard library class in C++ in VTK?!!
joseph mccoy
j.mccoy at gmx.de
Tue Dec 2 06:59:34 EST 2003
Huh, am I missing something? I also use vector in vtk, and till now I
haven't moticed any trouble. e.g.:
#include <vector>
...
std::vector <float> vTemp
...
works pretty fine. I use vc++6.0 on Win2000. On what machine do you have
problems?
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.
_______________________________________________
More information about the vtkusers
mailing list