[Insight-users] NumericSeriesFileNames
Diego Parada
icebishop at gmail.com
Wed Sep 21 13:01:36 EDT 2005
Hi,
I need keep the file names that the NumericSeriesFileNames do in a const
std::vector<std::string> m_FileNames
but appears the folowing error:
C:\test\TID\src\TIDView.cpp(318) : error C2678: binary '=' : no operator
defined which takes a left-hand operand of type 'const class
std::vector<class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >,class std::allo
cator<class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > > >' (or there is no acceptable conversion)
Error executing cl.exe.
The code is:
const std::vector<std::string> m_FileNames;
m_FileNames = nameGenerator->GetFileNames();
--
Diego Armando Parada Cuervo
Estudiante de Ingeniería de Sistemas y Computación
Universidad Pedagógica y Tecnológica de Colombia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20050921/59743eab/attachment.htm
More information about the Insight-users
mailing list