The SFeatProcessorClass structure.
Protected Attributes
- SObjectClass _inherit
 Inherit from SObjectClass.
- SObject *(*const run)(const SFeatProcessor *self, const SItem *item, s_erc *error)
 Run function pointer.
Execute the FeatProcessor on the given item.
Parameters: 
- self –
 The FeatProcessor to execute.
- item –
 The item to extract features from.
- error –
 Error code.
Return: An SObject type feature.
Note: The caller is responsible for the memory of the returned SObject.