15 #ifndef vtkPVFileInformation_h 16 #define vtkPVFileInformation_h 24 class vtkPVFileInformationSet;
70 static bool IsDirectory(
int t);
103 vtkGetStringMacro(Name);
111 vtkGetStringMacro(FullPath);
118 vtkGetMacro(Type,
int);
125 vtkGetMacro(Hidden,
bool);
135 vtkGetMacro(GroupFileSequences,
bool);
136 vtkSetMacro(GroupFileSequences,
bool);
137 vtkBooleanMacro(GroupFileSequences,
bool);
149 vtkGetStringMacro(Extension);
150 vtkGetMacro(Size,
long long);
151 vtkGetMacro(ModificationTime, time_t);
157 void FetchDirectoryListing();
163 static std::string GetParaViewSharedResourcesDirectory();
168 static std::string GetParaViewExampleFilesDirectory();
173 static std::string GetParaViewDocDirectory();
178 static std::string GetParaViewTranslationsDirectory();
195 vtkSetStringMacro(Extension);
196 vtkSetStringMacro(Name);
197 vtkSetStringMacro(FullPath);
199 void FetchWindowsDirectoryListing();
200 void FetchUnixDirectoryListing();
204 void OrganizeCollection(vtkPVFileInformationSet& vector);
207 void GetSpecialDirectories();
208 void SetHiddenFlag();
Parses out the base file name of a file sequence and also the specific index of the given file...
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT