18 #ifndef itkDirectory_h
19 #define itkDirectory_h
22 #include "itksys/Directory.hxx"
58 bool Load(
const char *dir);
61 std::vector< std::string >::size_type GetNumberOfFiles();
64 const char * GetFile(
unsigned int index);
69 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
74 ::itksys::Directory *m_Internal;
void UnRegister() noexcept
SmartPointer< Self > Pointer
Portable directory/filename traversal.
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
Base class for most ITK classes.