latest version v1.9 - last update 10 Apr 2010 |
This class defines a factory for functors that split color images in their color components. More...
#include <ltiSplitImageFactory.h>
Public Member Functions | |
splitImageFactory () | |
virtual | ~splitImageFactory () |
virtual const char * | getTypeName () const |
virtual splitImage * | newInstance (const char *name) const |
virtual splitImage * | newInstance (const std::string &name) const |
This class defines a factory for functors that split color images in their color components.
lti::splitImageFactory::splitImageFactory | ( | ) |
Constructor.
virtual lti::splitImageFactory::~splitImageFactory | ( | ) | [virtual] |
Destructor.
virtual const char* lti::splitImageFactory::getTypeName | ( | ) | const [virtual] |
returns the name of this type ("splitImageFactory")
Reimplemented from lti::object.
virtual splitImage* lti::splitImageFactory::newInstance | ( | const std::string & | name | ) | const [inline, virtual] |
Creates a new instance of the class whose name is given as parameter, if this class is known to the factory.
Otherwise, it returns null.
name | name of the to-be instantiated class. |
References newInstance().
virtual splitImage* lti::splitImageFactory::newInstance | ( | const char * | name | ) | const [virtual] |
Creates a new instance of the class whose name is given as parameter, if this class is known to the factory.
Otherwise, it returns null.
name | name of the to-be instantiated class. |
Referenced by newInstance().