/* * StatefulFeatureFunction.cpp * * Created on: 24 Oct 2015 * Author: hieu */ #include "StatefulFeatureFunction.h" StatefulFeatureFunction::StatefulFeatureFunction(size_t startInd) :FeatureFunction(startInd) { // TODO Auto-generated constructor stub } StatefulFeatureFunction::~StatefulFeatureFunction() { // TODO Auto-generated destructor stub }