#include <HxBlob2dFeature.h>
Inheritance diagram for HxBlob2dFeature::
Public Methods | |
HxBlob2dFeature () | |
Constructor. More... | |
virtual | ~HxBlob2dFeature () |
Destructor. More... | |
virtual HxBlob2dFeature * | clone () const=0 |
Clone operation. More... | |
Protected Methods | |
HxBlob2dFeature (const HxBlob2dFeature &) | |
Copy constructor. More... |
|
Constructor.
00038 { 00039 } |
|
Destructor.
00043 { 00044 } |
|
Copy constructor.
00048 { 00049 } |
|
Clone operation.
Reimplemented in HxBlob2dFeatureTem. |