[Insight-users] directory listing

Bill Lorensen bill.lorensen at gmail.com
Sun Nov 1 08:06:50 EST 2009


itkDirectory

On Sun, Nov 1, 2009 at 4:15 AM, Rashindra Manniesing
<r.manniesing at erasmusmc.nl> wrote:
> I normally use boost::filesystem to obtain the content of a directory.
> Using two lines of code eg
>
> bf::path  inputdir (m_DirName)
> bf::directory_iterator it (inputdir)
>
> we have an iterator over the contents of the directory, platform independent.
>
> I was wondering, how to do this easily in ITK (without boost and without
> going too much into low level programming, but with eg functions provided
> by SystemTools.hxx)?
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list