
Public Member Functions | |
| CDummyFeatures (int32_t num) | |
| CDummyFeatures (const CDummyFeatures &orig) | |
| virtual | ~CDummyFeatures () |
| virtual int32_t | get_num_vectors () |
| virtual int32_t | get_size () |
| virtual CFeatures * | duplicate () const |
| EFeatureType | get_feature_type () |
| virtual EFeatureClass | get_feature_class () |
Protected Attributes | |
| int32_t | num_vectors |
Definition at line 18 of file DummyFeatures.h.
| CDummyFeatures::CDummyFeatures | ( | int32_t | num | ) |
constructor
| num | number of feature vectors |
Definition at line 25 of file DummyFeatures.h.
| CDummyFeatures::CDummyFeatures | ( | const CDummyFeatures & | orig | ) |
copy constructor
Definition at line 30 of file DummyFeatures.h.
| virtual CDummyFeatures::~CDummyFeatures | ( | ) | [virtual] |
destructor
Definition at line 36 of file DummyFeatures.h.
| virtual CFeatures* CDummyFeatures::duplicate | ( | ) | const [virtual] |
| virtual EFeatureClass CDummyFeatures::get_feature_class | ( | ) | [virtual] |
| EFeatureType CDummyFeatures::get_feature_type | ( | ) | [virtual] |
| virtual int32_t CDummyFeatures::get_num_vectors | ( | ) | [virtual] |
| virtual int32_t CDummyFeatures::get_size | ( | ) | [virtual] |
get size of features (always 1)
Implements CFeatures.
Definition at line 47 of file DummyFeatures.h.
int32_t CDummyFeatures::num_vectors [protected] |
number of feature vectors
Definition at line 72 of file DummyFeatures.h.