iterator for simple features
Definition at line 671 of file SimpleFeatures.h.
Public Attributes | |
| ST * | vec | 
| int32_t | vidx | 
| int32_t | vlen | 
| bool | vfree | 
| int32_t | index | 
| int32_t index | 
feature index
Definition at line 683 of file SimpleFeatures.h.
| ST* vec | 
pointer to feature vector
Definition at line 674 of file SimpleFeatures.h.
| bool vfree | 
if we need to free the vector
Definition at line 680 of file SimpleFeatures.h.
| int32_t vidx | 
index of vector
Definition at line 676 of file SimpleFeatures.h.
| int32_t vlen | 
length of vector
Definition at line 678 of file SimpleFeatures.h.