#include <HxBlob2dFeatureTem.h>
Inheritance diagram for HxBlob2dFeatureTem::

Public Methods | |
| HxBlob2dFeatureTem (const ValT v) | |
| Constructor. More... | |
| virtual | ~HxBlob2dFeatureTem () |
| Destructor. More... | |
| virtual HxBlob2dFeature * | clone () const |
| Clone operation. More... | |
| ValT | getValue () const |
| Get the value of this tag. More... | |
Protected Methods | |
| HxBlob2dFeatureTem (const HxBlob2dFeatureTem &rhs) | |
| Copy constructor. More... | |
|
||||||||||
|
Constructor.
00046 : _value(v)
00047 {
00048 }
|
|
|||||||||
|
Destructor.
00059 {
00060 }
|
|
||||||||||
|
Copy constructor.
00053 : _value(rhs._value) 00054 { 00055 } |
|
|||||||||
|
Clone operation.
Reimplemented from HxBlob2dFeature.
00065 {
00066 return new HxBlob2dFeatureTem(*this);
00067 }
|
|
|||||||||
|
Get the value of this tag.
00072 {
00073 return _value;
00074 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001