[vtkusers] Destructor and vector
Jérôme Lecoq
jerome.lecoq at espci.fr
Thu Sep 30 10:52:30 EDT 2004
I guess I found myself the answear.
the vector are simply not implemented in vtk... But will be in the future
releases.
http://public.kitware.com/cgi-bin/vtkfaq?req=show&file=faq06.011.htp
:
"Further integration of STL and other important C++ constructs (like
templates)" in Roadmap: What changes are being considered for VTK
and in vtkPlaneSource.h
"
vtkPlaneSource(const vtkPlaneSource&); // Not implemented.
void operator=(const vtkPlaneSource&); // Not implemented."
declaration which are needed to use vector, list, stack and so on...
I'll have to find another solution...
More information about the vtkusers
mailing list