18 #ifndef itkDirectory_h
19 #define itkDirectory_h
22 #include "itksys/Directory.hxx"
60 bool Load(
const char *dir);
63 std::vector< std::string >::size_type GetNumberOfFiles();
66 const char * GetFile(
unsigned int index);
71 void PrintSelf(std::ostream & os,
Indent indent)
const override;
void UnRegister() noexcept
Portable directory/filename traversal.
Control indentation during Print() invocation.
Base class for most ITK classes.
::itksys::Directory * m_Internal