#ifndef __SOP_BlindData_h__
#define __SOP_BlindData_h__
namespace HDK_Sample {
{
public:
protected:
const char *
inputLabel(
unsigned idx)
const override;
const char *path_prefix,
) override;
const char *
path)
override;
private:
int savePrivateData(std::ostream &os,
int binary);
};
}
#endif