Inherits AbstractImportDelegateFactory.
Inheritance diagram for H5TiffImportDelegateFactory:
Public Member Functions | |
H5TiffImportDelegateFactory () | |
virtual | ~H5TiffImportDelegateFactory () |
IImportDelegate::Pointer | newDataImportDelegate (const std::string &className) |
This method will return a new instance of H5TiffImportDelegate provided the className matches. | |
std::string | delegateClassName () |
Returns the Classname of the delegate that this factory can create. | |
void | setFileNotFoundIsError (bool value) |
Sets the 'FileNotFoundIsError' flag. | |
void | setImportAsGrayScale (bool value) |
Sets the 'ImportAsGrayScale' value. | |
Private Member Functions | |
H5TiffImportDelegateFactory (const H5TiffImportDelegateFactory &) | |
void | operator= (const H5TiffImportDelegateFactory &) |
Private Attributes | |
bool | _fileNotFoundIsError |
bool | _importAsGrayScale |
H5TiffImportDelegateFactory::H5TiffImportDelegateFactory | ( | ) |
H5TiffImportDelegateFactory::~H5TiffImportDelegateFactory | ( | ) | [virtual] |
H5TiffImportDelegateFactory::H5TiffImportDelegateFactory | ( | const H5TiffImportDelegateFactory & | ) | [private] |
IImportDelegate::Pointer H5TiffImportDelegateFactory::newDataImportDelegate | ( | const std::string & | className | ) | [virtual] |
This method will return a new instance of H5TiffImportDelegate provided the className matches.
className | The name of the Delegate class that will be returned |
Implements AbstractImportDelegateFactory.
std::string H5TiffImportDelegateFactory::delegateClassName | ( | ) | [virtual] |
Returns the Classname of the delegate that this factory can create.
Implements AbstractImportDelegateFactory.
void H5TiffImportDelegateFactory::setFileNotFoundIsError | ( | bool | value | ) |
Sets the 'FileNotFoundIsError' flag.
value | If this is true then the import will abort if an input file can not be found |
void H5TiffImportDelegateFactory::setImportAsGrayScale | ( | bool | value | ) |
Sets the 'ImportAsGrayScale' value.
value | If TRUE, then the tiff file will be converted to Grayscale |
void H5TiffImportDelegateFactory::operator= | ( | const H5TiffImportDelegateFactory & | ) | [private] |
bool H5TiffImportDelegateFactory::_fileNotFoundIsError [private] |
bool H5TiffImportDelegateFactory::_importAsGrayScale [private] |