57 friend class FileGrabberPluginMapInitializer;
88 FileGrabber(
const std::string &pattern,
bool buffer=
false,
bool ignoreDesiredParams=
false);
97 unsigned int getFileCount()
const;
100 const std::string &getNextFileName()
const;
124 void bufferImages(
bool omitExceptions=
true);
157 void forcePluginType(
const std::string &suffix);
163 void addProperties();
undocument this line if you encounter any issues!
Definition: Any.h:37
bool m_updatingProperties
Definition: FileGrabber.h:172
Data * m_data
Definition: FileGrabber.h:169
#define ICLIO_API
Definition: CompatMacros.h:176
Common interface class for all grabbers.
Definition: Grabber.h:153
Grabber implementation to grab from files .
Definition: FileGrabber.h:53
Represents a single property.
Definition: Configurable.h:200
Mutex class of the ICL.
Definition: Mutex.h:54
utils::Mutex m_propertyMutex
Definition: FileGrabber.h:171
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131