Inherits AbstractImportDelegateFactory.
Inheritance diagram for H5BmpImportDelegateFactory:
Public Member Functions | |
H5BmpImportDelegateFactory () | |
virtual | ~H5BmpImportDelegateFactory () |
IImportDelegate::Pointer | newDataImportDelegate (const std::string &className) |
This method will return a new instance of H5BmpImportDelegate 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 | |
H5BmpImportDelegateFactory (const H5BmpImportDelegateFactory &) | |
void | operator= (const H5BmpImportDelegateFactory &) |
Private Attributes | |
bool | _fileNotFoundIsError |
bool | _importAsGrayScale |
H5BmpImportDelegateFactory::H5BmpImportDelegateFactory | ( | ) |
H5BmpImportDelegateFactory::~H5BmpImportDelegateFactory | ( | ) | [virtual] |
H5BmpImportDelegateFactory::H5BmpImportDelegateFactory | ( | const H5BmpImportDelegateFactory & | ) | [private] |
IImportDelegate::Pointer H5BmpImportDelegateFactory::newDataImportDelegate | ( | const std::string & | className | ) | [virtual] |
This method will return a new instance of H5BmpImportDelegate provided the className matches.
className | The name of the Delegate class that will be returned |
Implements AbstractImportDelegateFactory.
std::string H5BmpImportDelegateFactory::delegateClassName | ( | ) | [virtual] |
Returns the Classname of the delegate that this factory can create.
Implements AbstractImportDelegateFactory.
void H5BmpImportDelegateFactory::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 H5BmpImportDelegateFactory::setImportAsGrayScale | ( | bool | value | ) |
Sets the 'ImportAsGrayScale' value.
value | If TRUE, then the tiff file will be converted to Grayscale |
void H5BmpImportDelegateFactory::operator= | ( | const H5BmpImportDelegateFactory & | ) | [private] |
bool H5BmpImportDelegateFactory::_fileNotFoundIsError [private] |
bool H5BmpImportDelegateFactory::_importAsGrayScale [private] |